Cache
Table of Contents
Namespaces
- Psr6
Interfaces
- Cache
- Interface for cache drivers.
- ClearableCache
- Interface for cache that can be flushed.
- FlushableCache
- Interface for cache that can be flushed.
- MultiDeleteCache
- Interface for cache drivers that allows to put many items at once.
- MultiGetCache
- Interface for cache drivers that allows to get many items at once.
- MultiOperationCache
- Interface for cache drivers that supports multiple items manipulation.
- MultiPutCache
- Interface for cache drivers that allows to put many items at once.
Classes
- CacheProvider
- Base class for cache provider implementations.