Package Cake\Cache\Engine
Class summary
- 
	ApcEngineAPC storage engine for cache 
- 
	FileEngineFile Storage engine for cache. Filestorage is the slowest cache storage to read and write. However, it is good for servers that don't have other storage engine available, or have content which is not performance sensitive. 
- 
	MemcachedEngineMemcached storage engine for cache. Memcached has some limitations in the amount of control you have over expire times far in the future. See MemcachedEngine::write() for more information. 
- 
	MemcacheEngineMemcache storage engine for cache. Memcache has some limitations in the amount of control you have over expire times far in the future. See MemcacheEngine::write() for more information. 
- 
	RedisEngineRedis storage engine for cache. 
- 
	WincacheEngineWincache storage engine for cache 
- 
	XcacheEngineXcache storage engine for cache 
