Search for cache

  1. Search 9.5.x for cache
  2. Search 8.9.x for cache
  3. Search 10.3.x for cache
  4. Search 11.x for cache
  5. Other projects
Title Object type File name Summary
CacheSavingCase::checkVariable function modules/simpletest/tests/cache.test Check or a variable is stored and restored properly.
CacheSavingCase::getInfo function modules/simpletest/tests/cache.test
CacheSavingCase::testArray function modules/simpletest/tests/cache.test Test the saving and restoring of an array.
CacheSavingCase::testDouble function modules/simpletest/tests/cache.test Test the saving and restoring of a double.
CacheSavingCase::testInteger function modules/simpletest/tests/cache.test Test the saving and restoring of an integer.
CacheSavingCase::testNoEmptyCids function modules/simpletest/tests/cache.test Test no empty cids are written in cache table.
CacheSavingCase::testObject function modules/simpletest/tests/cache.test Test the saving and restoring of an object.
CacheSavingCase::testString function modules/simpletest/tests/cache.test Test the saving and restoring of a string.
CacheTestCase class modules/simpletest/tests/cache.test
CacheTestCase::$default_bin property modules/simpletest/tests/cache.test
CacheTestCase::$default_cid property modules/simpletest/tests/cache.test
CacheTestCase::$default_value property modules/simpletest/tests/cache.test
CacheTestCase::assertCacheExists function modules/simpletest/tests/cache.test Assert or a cache entry exists.
CacheTestCase::assertCacheRemoved function modules/simpletest/tests/cache.test Assert or a cache entry has been removed.
CacheTestCase::checkCacheExists function modules/simpletest/tests/cache.test Check whether or not a cache entry exists.
CacheTestCase::generalWipe function modules/simpletest/tests/cache.test Perform the general wipe.
CacheTestCase::setupLifetime function modules/simpletest/tests/cache.test Setup the lifetime settings for caching.
cache_clear_all function includes/cache.inc Expires data from the cache.
cache_get function includes/cache.inc Returns data from the persistent cache.
cache_get_multiple function includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
cache_is_empty function includes/cache.inc Checks if a cache bin is empty.
CACHE_PERMANENT constant includes/bootstrap.inc Indicates that the item should never be removed unless explicitly selected.
cache_set function includes/cache.inc Stores data in the persistent cache.
CACHE_TEMPORARY constant includes/bootstrap.inc Indicates that the item should be removed at the next general cache wipe.
CronRunTestCase::testCronCacheExpiration function modules/system/system.test Tests that hook_flush_caches() is not invoked on every single cron run.
DrupalCacheArray class includes/bootstrap.inc Provides a caching wrapper to be used in place of large array structures.
DrupalCacheArray::$bin property includes/bootstrap.inc A bin to pass to cache_set() and cache_get().
DrupalCacheArray::$cid property includes/bootstrap.inc A cid to pass to cache_set() and cache_get().
DrupalCacheArray::$keysToPersist property includes/bootstrap.inc An array of keys to add to the cache at the end of the request.
DrupalCacheArray::$storage property includes/bootstrap.inc Storage for the data itself.
DrupalCacheArray::offsetExists function includes/bootstrap.inc Implements ArrayAccess::offsetExists().
DrupalCacheArray::offsetGet function includes/bootstrap.inc Implements ArrayAccess::offsetGet().
DrupalCacheArray::offsetSet function includes/bootstrap.inc Implements ArrayAccess::offsetSet().
DrupalCacheArray::offsetUnset function includes/bootstrap.inc Implements ArrayAccess::offsetUnset().
DrupalCacheArray::persist function includes/bootstrap.inc Flags an offset value to be written to the persistent cache.
DrupalCacheArray::resolveCacheMiss function includes/bootstrap.inc Resolves a cache miss.
DrupalCacheArray::set function includes/bootstrap.inc Writes a value to the persistent cache immediately.
DrupalCacheArray::__construct function includes/bootstrap.inc Constructs a DrupalCacheArray object.
DrupalCacheArray::__destruct function includes/bootstrap.inc Destructs the DrupalCacheArray object.
DrupalCacheInterface interface includes/cache.inc Defines an interface for cache implementations.
DrupalCacheInterface::clear function includes/cache.inc Expires data from the cache.
DrupalCacheInterface::get function includes/cache.inc Returns data from the persistent cache.
DrupalCacheInterface::getMultiple function includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
DrupalCacheInterface::isEmpty function includes/cache.inc Checks if a cache bin is empty.
DrupalCacheInterface::set function includes/cache.inc Stores data in the persistent cache.
DrupalDatabaseCache class includes/cache.inc Defines a default cache implementation.
DrupalDatabaseCache::$bin property includes/cache.inc
DrupalDatabaseCache::clear function includes/cache.inc Implements DrupalCacheInterface::clear().
DrupalDatabaseCache::garbageCollection function includes/cache.inc Garbage collection for get() and getMultiple().
DrupalDatabaseCache::get function includes/cache.inc Implements DrupalCacheInterface::get().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.