ApcCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php |
APC cache provider. |
ArrayCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php |
Array cache driver. |
Cache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
Interface for cache drivers. |
CacheProvider |
lib/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
Base class for cache provider implementations. |
ChainCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php |
Cache provider that allows to easily chain multiple cache providers |
ClearableCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
Interface for cache that can be flushed. |
CouchbaseCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php |
Couchbase cache provider. |
FileCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php |
Base file cache driver. |
FilesystemCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php |
Filesystem cache driver. |
FlushableCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
Interface for cache that can be flushed. |
MemcacheCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php |
Memcache cache provider. |
MemcachedCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php |
Memcached cache provider. |
MongoDBCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php |
MongoDB cache provider. |
MultiGetCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
Interface for cache drivers that allows to get many items at once. |
PhpFileCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php |
Php file cache driver. |
PredisCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php |
Predis cache provider. |
RedisCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php |
Redis cache provider. |
RiakCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php |
Riak cache provider. |
SQLite3Cache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php |
SQLite3 cache provider. |
Version |
lib/doctrine/cache/lib/Doctrine/Common/Cache/Version.php |
|
VoidCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php |
Void cache driver. The cache could be of use in tests where you don`t need to cache anything. |
WinCacheCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php |
WinCache cache provider. |
XcacheCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php |
Xcache cache driver. |
ZendDataCache |
lib/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php |
Zend Data Cache cache driver. |