Cache
Table of Contents
Interfaces
- CacheInterface
- Interface implemented by cache classes.
- RemovableCacheInterface
Classes
- ChainCache
- Chains several caches together.
- FilesystemCache
- Implements a cache on the filesystem.
- NullCache
- Implements a no-cache strategy.
- ReadOnlyFilesystemCache
- Implements a cache on the filesystem that can only be read, not written to.