Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
CacheProvider.php
»
CacheProvider
»
CacheProvider::doFetch
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
10 methods override CacheProvider::doFetch()
ApcCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
ApcCache.php
Fetches an entry from the cache.
ArrayCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
ArrayCache.php
Fetches an entry from the cache.
FilesystemCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
FilesystemCache.php
Fetches an entry from the cache.
MemcacheCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
MemcacheCache.php
Fetches an entry from the cache.
MemcachedCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
MemcachedCache.php
Fetches an entry from the cache.
PhpFileCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
PhpFileCache.php
Fetches an entry from the cache.
RedisCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
RedisCache.php
Fetches an entry from the cache.
WinCacheCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
WinCacheCache.php
Fetches an entry from the cache.
XcacheCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
XcacheCache.php
Fetches an entry from the cache.
ZendDataCache::doFetch
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
ZendDataCache.php
Fetches an entry from the cache.