Cache
Table of Contents
Packages
- Exception
Classes
- AbstractCache
- Cache trait for PSR-16 compatible "Simple Cache" implementation
- ChainCache
- Cache class for PSR-16 compatible "Simple Cache" implementation using chained cache adapters.
- DoctrineCache
- Cache class for PSR-16 compatible "Simple Cache" implementation using Doctrine Cache backend.
- FileCache
- Cache class for PSR-16 compatible "Simple Cache" implementation using file backend.
- MemoryCache
- Cache class for PSR-16 compatible "Simple Cache" implementation using in memory backend.
- SessionCache
- Cache class for PSR-16 compatible "Simple Cache" implementation using session backend.
Traits
- CacheTrait
- Cache trait for PSR-16 compatible "Simple Cache" implementation