W3cubDocs

/CakePHP 2.7

Package Cake\Cache\Engine

Class summary

  • ApcEngine

    APC storage engine for cache

  • FileEngine

    File 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.

  • 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.

  • MemcacheEngine

    Memcache 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.

  • RedisEngine

    Redis storage engine for cache.

  • WincacheEngine

    Wincache storage engine for cache

  • XcacheEngine

    Xcache storage engine for cache

© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/2.7/package-Cake.Cache.Engine.html