Cache |
Cache provides a consistent interface to Caching in your application. It allows you
to use several different Cache engines, without coupling your application to a specific
implementation. It also allows you to change out cache storage or configuration without effecting
the rest of your application. |
CacheEngine |
Storage engine for CakePHP caching |
CacheRegistry |
An object registry for cache engines. |
InvalidArgumentException |
Exception raised when cache keys are invalid. |
SimpleCacheEngine |
Wrapper for Cake engines that allow them to support
the PSR16 Simple Cache Interface |