# ApcuCache

APCu Cache Driver

****

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

****

### ApcuCache

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