Namespace Core\Cache\Driver
Classes summary
| apc | Driver for the Alternative PHP Cache (APC) user-variable cache. |
| file | Manages file-system based caching. |
| null | Debug cache that does not store any entries (i.e. TTL is always 0). Throws an exception on read attempts to identify incorrect cache usage. |
| storage | Caches data using Core Storage. |