Everything under Quiote\Cache.
| Class | Description |
|---|
ActionViewCache | Minimal action+view result cache. |
CacheManager | The framework’s process-wide PSR-16 cache, and the namespace versioning that cached output is invalidated through. |
FileCache | Very small file-system PSR-16 cache (not for high concurrency, but fine as default replacement of legacy action/view cache). |
InvalidCacheKeyException | Thrown for a cache key PSR-16 does not permit: empty, or containing one of the characters reserved by PSR-16 §1.3 ({}()/\@:). |
| Interface | Description |
|---|
CacheInterface | Framework-facing cache interface; extends PSR-16 for flexibility. |