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