Search for to

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

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