Cache
Interfaces, Classes, Traits and Enums
- CacheInterface
 - Covers most simple to advanced caching needs.
 - CallbackInterface
 - Computes and returns the cached value of an item.
 - ItemInterface
 - Augments PSR-6's CacheItemInterface with support for tags and metadata.
 - TagAwareCacheInterface
 - Allows invalidating cached items using tags.
 - CacheTrait
 - An implementation of CacheInterface for PSR-6 CacheItemPoolInterface classes.