namespace Doctrine\Common\Cache

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