Skip to content
View as Markdown
View as Markdown

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

Function: initializeContentCache()

initializeContentCache(cacheDir): void

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

Points the on-disk content cache at oclif's cacheDir.

The CLI and MCP call this from BaseCommand.init() with this.config.cacheDir so cached docs live alongside other oclif cache data (e.g. ~/.cache/b2c on Linux, ~/Library/Caches/b2c on macOS) and honor any oclif dir overrides — mirroring how initializeStatefulStore injects dataDir. Standalone SDK use (no oclif) falls back to an OS-idiomatic path.

Parameters

cacheDir

string

oclif's resolved this.config.cacheDir

Returns

void

Released under the Apache-2.0 License.