Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CacheableTooManyRequestsHttpException::__construct | function | core/ |
|
CacheCollector | class | core/ |
Default implementation for CacheCollectorInterface. |
CacheCollector.php | file | core/ |
|
CacheCollector::$cache | property | core/ |
The cache backend that should be used. |
CacheCollector::$cacheCreated | property | core/ |
Stores the cache creation time. |
CacheCollector::$cacheInvalidated | property | core/ |
Flag that indicates of the cache has been invalidated. |
CacheCollector::$cacheLoaded | property | core/ |
Indicates if the collected cache was already loaded. |
CacheCollector::$cid | property | core/ |
The cache id that is used for the cache entry. |
CacheCollector::$keysToPersist | property | core/ |
An array of keys to add to the cache on service termination. |
CacheCollector::$keysToRemove | property | core/ |
An array of keys to remove from the cache on service termination. |
CacheCollector::$lock | property | core/ |
The lock backend that should be used. |
CacheCollector::$storage | property | core/ |
Storage for the data itself. |
CacheCollector::$tags | property | core/ |
A list of tags that are used for the cache entry. |
CacheCollector::clear | function | core/ |
|
CacheCollector::delete | function | core/ |
|
CacheCollector::destruct | function | core/ |
|
CacheCollector::get | function | core/ |
|
CacheCollector::getCid | function | core/ |
Gets the cache ID. |
CacheCollector::has | function | core/ |
|
CacheCollector::invalidateCache | function | core/ |
Invalidate the cache. |
CacheCollector::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
CacheCollector::normalizeLockName | function | core/ |
Normalizes a cache ID in order to comply with database limitations. |
CacheCollector::persist | function | core/ |
Flags an offset value to be written to the persistent cache. |
CacheCollector::reset | function | core/ |
|
CacheCollector::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
CacheCollector::set | function | core/ |
Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). |
CacheCollector::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
CacheCollector::__construct | function | core/ |
Constructs a CacheCollector object. |
CacheCollectorInterface | interface | core/ |
Provides a caching wrapper to be used in place of large structures. |
CacheCollectorInterface.php | file | core/ |
|
CacheCollectorInterface::clear | function | core/ |
Clears the collected cache entry. |
CacheCollectorInterface::delete | function | core/ |
Deletes the element. |
CacheCollectorInterface::get | function | core/ |
Gets value from the cache. |
CacheCollectorInterface::has | function | core/ |
Returns whether data exists for this key. |
CacheCollectorInterface::reset | function | core/ |
Resets the local cache. |
CacheCollectorInterface::set | function | core/ |
Sets cache data. |
CacheContextsManager::$validContextTokens | property | core/ |
The set of valid context tokens. |
CacheContextsManager::assertValidTokens | function | core/ |
Asserts the context tokens are valid. |
CacheContextsManager::convertTokensToKeys | function | core/ |
Converts cache context tokens to cache keys. |
CacheContextsManager::optimizeTokens | function | core/ |
Optimizes cache context tokens (the minimal representative subset). |
CacheContextsManager::parseTokens | function | core/ |
Parses cache context tokens into context IDs and optional parameters. |
CacheContextsManager::validateTokens | function | core/ |
Validates an array of cache context tokens. |
CacheDecoratorInterface | interface | core/ |
Defines an interface for cache decorator implementations. |
CacheDecoratorInterface.php | file | core/ |
|
CacheDecoratorInterface::setCacheKey | function | core/ |
Specify the key to use when writing the cache. |
CacheDecoratorInterface::writeCache | function | core/ |
Write the cache. |
CachedStorage | class | core/ |
Defines the cached storage. |
CachedStorage.php | file | core/ |
|
CachedStorage::$cache | property | core/ |
The instantiated Cache backend. |
CachedStorage::$findByPrefixCache | property | core/ |
List of listAll() prefixes with their results. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.