# NullCache

Dummy Cache Driver (does not do any caching)

****

- Full class name: `Kirby\Cache\NullCache`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Cache/NullCache.php#L14>

****

### NullCache

- [new NullCache()](https://getkirby.com/docs/reference/objects/cache/null-cache/__construct.md)
- [$nullCache->created()](https://getkirby.com/docs/reference/objects/cache/null-cache/created.md)
- [$nullCache->enabled()](https://getkirby.com/docs/reference/objects/cache/null-cache/enabled.md)
- [$nullCache->exists()](https://getkirby.com/docs/reference/objects/cache/null-cache/exists.md)
- [$nullCache->expired()](https://getkirby.com/docs/reference/objects/cache/null-cache/expired.md)
- [$nullCache->expires()](https://getkirby.com/docs/reference/objects/cache/null-cache/expires.md)
- [$nullCache->flush()](https://getkirby.com/docs/reference/objects/cache/null-cache/flush.md)
- [$nullCache->get()](https://getkirby.com/docs/reference/objects/cache/null-cache/get.md)
- [$nullCache->getOrSet()](https://getkirby.com/docs/reference/objects/cache/null-cache/get-or-set.md)
- [$nullCache->modified()](https://getkirby.com/docs/reference/objects/cache/null-cache/modified.md)
- [$nullCache->options()](https://getkirby.com/docs/reference/objects/cache/null-cache/options.md)
- [$nullCache->remove()](https://getkirby.com/docs/reference/objects/cache/null-cache/remove.md)
- [$nullCache->retrieve()](https://getkirby.com/docs/reference/objects/cache/null-cache/retrieve.md)
- [$nullCache->set()](https://getkirby.com/docs/reference/objects/cache/null-cache/set.md)