# VersionCache

The Version cache class keeps content fields to avoid multiple storage reads for the same content.

****

- Since [5.0.0](https://github.com/getkirby/kirby/releases/tag/5.0.0)
- Full class name: `Kirby\Content\VersionCache`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Content/VersionCache.php#L21>

<unstable-notice>
`VersionCache` has been **marked as unstable**. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
</unstable-notice>

****

### VersionCache

- [VersionCache::get()](https://getkirby.com/docs/reference/objects/content/version-cache/get.md)
- [VersionCache::remove()](https://getkirby.com/docs/reference/objects/content/version-cache/remove.md)
- [VersionCache::reset()](https://getkirby.com/docs/reference/objects/content/version-cache/reset.md)
- [VersionCache::set()](https://getkirby.com/docs/reference/objects/content/version-cache/set.md)