Skip to content

Cache

Everything under Quiote\Cache.

ClassDescription
ActionViewCacheMinimal action+view result cache.
CacheManagerThe framework’s process-wide PSR-16 cache, and the namespace versioning that cached output is invalidated through.
FileCacheVery small file-system PSR-16 cache (not for high concurrency, but fine as default replacement of legacy action/view cache).
InvalidCacheKeyExceptionThrown for a cache key PSR-16 does not permit: empty, or containing one of the characters reserved by PSR-16 §1.3 ({}()/\@:).
InterfaceDescription
CacheInterfaceFramework-facing cache interface; extends PSR-16 for flexibility.