Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / docs / clearContentCache

Function: clearContentCache()

clearContentCache(includeDisk): void

Defined in: packages/b2c-tooling-sdk/src/docs/content-cache.ts:159

Clears the in-memory cache (and optionally the on-disk cache). Intended for tests and an explicit user "refresh docs" action.

Parameters

includeDisk

boolean = false

When true, also removes the on-disk cache directory

Returns

void

Released under the Apache-2.0 License.