Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
CacheProvider.php
»
CacheProvider
»
CacheProvider::doContains
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
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.