You are here

namespace Doctrine\Common\Cache in Zircon Profile 8

Same name in other branches
  1. 8.0 Doctrine\Common\Cache
Classsort descending Location Description
ApcCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php APC cache provider.
ArrayCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php Array cache driver.
Cache vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php Interface for cache drivers.
CacheProvider vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php Base class for cache provider implementations.
ChainCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php Cache provider that allows to easily chain multiple cache providers
ClearableCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php Interface for cache that can be flushed.
CouchbaseCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php Couchbase cache provider.
FileCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php Base file cache driver.
FilesystemCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php Filesystem cache driver.
FlushableCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php Interface for cache that can be flushed.
MemcacheCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php Memcache cache provider.
MemcachedCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php Memcached cache provider.
MongoDBCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php MongoDB cache provider.
MultiGetCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php Interface for cache drivers that allows to get many items at once.
PhpFileCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php Php file cache driver.
PredisCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php Predis cache provider.
RedisCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php Redis cache provider.
RiakCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php Riak cache provider.
SQLite3Cache vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php SQLite3 cache provider.
Version vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
VoidCache vendor/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 vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php WinCache cache provider.
XcacheCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php Xcache cache driver.
ZendDataCache vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php Zend Data Cache cache driver.