10 methods override CacheProvider::doContains()

ApcCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ApcCache.php
Test if an entry exists in the cache.
ArrayCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php
Test if an entry exists in the cache.
FilesystemCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php
Test if an entry exists in the cache.
MemcacheCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php
Test if an entry exists in the cache.
MemcachedCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcachedCache.php
Test if an entry exists in the cache.
PhpFileCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/PhpFileCache.php
Test if an entry exists in the cache.
RedisCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/RedisCache.php
Test if an entry exists in the cache.
WinCacheCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/WinCacheCache.php
Test if an entry exists in the cache.
XcacheCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/XcacheCache.php
Test if an entry exists in the cache.
ZendDataCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ZendDataCache.php
Test if an entry exists in the cache.