---
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/d9cf11cf4a11828e783aed6313f5ea49990488ff/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/d9cf11cf4a11828e783aed6313f5ea49990488ff/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/d9cf11cf4a11828e783aed6313f5ea49990488ff/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/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/docs/content-cache.ts#L175)

Number of cached `.md` files on disk.
