MemcachedEngine (class)
Class MemcachedEngine
Memcached 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.
Main advantage of this Memcached engine over the memcached engine is support of binary protocol, and igbinary serialization (if memcached extension compiled with --enable-igbinary) Compressed keys can also be incremented/decremented
- Cake\Cache\CacheEngine uses Cake\Core\InstanceConfigTrait
- Cake\Cache\Engine\MemcachedEngine
Namespace:<