Cache
Interfaces, Classes and Traits
- CacheInterface
- Interface for a cache backend.
- ApcCache
- Uses APC to cache files
- ArrayCache
- A simple array cache
- ConfigCache
- A config cache stores values using var_export() and include.
- ExpiringCache
- Adds expiration to a cache backend.
- FilesystemCache
- A simple filesystem cache.