Skip to content
View as Markdown
View as Markdown

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

Interface: ContentCacheStats

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

On-disk cache statistics: number of cached files and their total size in bytes.

Properties

bytes

bytes: number

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

Total size of the cached files, in bytes.


dir

dir: string

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

Absolute path to the on-disk cache directory.


files

files: number

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

Number of cached .md files on disk.

Released under the Apache-2.0 License.