Adapter
Table of Contents
Classes
- 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.