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::doSave
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::doSave()
ApcCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
ApcCache.php
Puts data into the cache.
ArrayCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
ArrayCache.php
Puts data into the cache.
FilesystemCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
FilesystemCache.php
Puts data into the cache.
MemcacheCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
MemcacheCache.php
Puts data into the cache.
MemcachedCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
MemcachedCache.php
Puts data into the cache.
PhpFileCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
PhpFileCache.php
Puts data into the cache.
RedisCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
RedisCache.php
Puts data into the cache.
WinCacheCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
WinCacheCache.php
Puts data into the cache.
XcacheCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
XcacheCache.php
Puts data into the cache.
ZendDataCache::doSave
in drupal/
core/
vendor/
doctrine/
common/
lib/
Doctrine/
Common/
Cache/
ZendDataCache.php
Puts data into the cache.