Fr3nch13/CakePHP Utilities

Engine

Table of Contents

Classes

ApcuEngine
APCu storage engine for cache
ArrayEngine
Array 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.
NullEngine
Null cache engine, all operations appear to work, but do nothing.
RedisEngine
Redis storage engine for cache.
WincacheEngine
Wincache storage engine for cache

        
On this page

Search results