---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [docs](../index.md) / ContentCacheStats

# Interface: ContentCacheStats

Defined in: [packages/b2c-tooling-sdk/src/docs/content-cache.ts:171](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/docs/content-cache.ts#L171)

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](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/docs/content-cache.ts#L177)

Total size of the cached files, in bytes.

***

### dir

> **dir**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/content-cache.ts:173](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/docs/content-cache.ts#L173)

Absolute path to the on-disk cache directory.

***

### files

> **files**: `number`

Defined in: [packages/b2c-tooling-sdk/src/docs/content-cache.ts:175](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/docs/content-cache.ts#L175)

Number of cached `.md` files on disk.
