namespace Doctrine\Common\Cache

Classsort descending Location Description
ApcCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ApcCache.php APC cache provider.
ArrayCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php Array cache driver.
Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/Cache.php Interface for cache drivers.
CacheProvider drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php Base class for cache provider implementations.
FileCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php Base file cache driver.
FilesystemCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php Filesystem cache driver.
MemcacheCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php Memcache cache provider.
MemcachedCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcachedCache.php Memcached cache provider.
PhpFileCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/PhpFileCache.php Php file cache driver.
RedisCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/RedisCache.php Redis cache provider.
WinCacheCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/WinCacheCache.php WinCache cache provider.
XcacheCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/XcacheCache.php Xcache cache driver.
ZendDataCache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ZendDataCache.php Zend Data Cache cache driver.