Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / clearCache

Function: clearCache()

clearCache(version?): Promise<void>

Defined in: packages/b2c-tooling-sdk/src/skills/github.ts:542

Clear the skills cache.

Parameters

version?

string

Optional specific version to clear. If omitted, clears the entire cache.

Returns

Promise<void>

Released under the Apache-2.0 License.