Classes, interfaces and traits
dbCacheDriver¶
cache driver for data stored in a database
Warning :
Beware about the time returned by the DBMS of the server and the server PHP client : possible asynchronous time (particulary
in case of use of multiple servers, incoherent data can be involved).
« More »
memcache22CacheDriver¶
cache driver for data stored in Memcached. Use the memcache extension of PHP.
This plugin should be used with a version of the memcache extension, lower than 3.0.1
« More »
memcacheCacheDriver¶
cache driver for data stored in Memcached. Use the memcache extension of PHP.
This plugin should be used with version 3.0.1 or more of the memcache extension
« More »