Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachePreWarmerTest::$warmedMap | property | core/ |
|
| CachePreWarmerTest::setupCacheServices | function | core/ |
|
| CachePreWarmerTest::testNoServices | function | core/ |
|
| CachePreWarmerTest::testPreWarmAll | function | core/ |
Tests pre warm all. |
| CachePreWarmerTest::testPreWarmByOne | function | core/ |
Tests pre warm by one. |
| CachePreWarmerTest::testPreWarmOnlyOne | function | core/ |
Tests pre warm only one. |
| CacheRedirect | class | core/ |
Defines a value object to represent a cache redirect. |
| CacheRedirect.php | file | core/ |
|
| CacheRedirect::__construct | function | core/ |
Constructs a CacheRedirect object. |
| CacheRouterRebuildSubscriber | class | core/ |
Clear cache tags when the router is rebuilt. |
| CacheRouterRebuildSubscriber.php | file | core/ |
|
| CacheRouterRebuildSubscriber::getSubscribedEvents | function | core/ |
|
| CacheRouterRebuildSubscriber::onRouterFinished | function | core/ |
|
| CacheTagOperation.php | file | core/ |
|
| CacheTagPreloadSubscriber | class | core/ |
Preloads frequently used cache tags. |
| CacheTagPreloadSubscriber.php | file | core/ |
|
| CacheTagPreloadSubscriber::getSubscribedEvents | function | core/ |
|
| CacheTagPreloadSubscriber::onRequest | function | core/ |
Preloads frequently used cache tags. |
| CacheTagPreloadSubscriber::__construct | function | core/ |
|
| CacheTagsChecksumDecorator | class | core/ |
Wraps an existing cache tags checksum invalidator to track calls separately. |
| CacheTagsChecksumDecorator.php | file | core/ |
|
| CacheTagsChecksumDecorator::getCurrentChecksum | function | core/ |
Returns the sum total of validations for a given set of tags. |
| CacheTagsChecksumDecorator::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| CacheTagsChecksumDecorator::isValid | function | core/ |
Returns whether the checksum is valid for the given cache tags. |
| CacheTagsChecksumDecorator::logCacheTagOperation | function | core/ |
Logs a cache tag operation. |
| CacheTagsChecksumDecorator::registerCacheTagsForPreload | function | core/ |
Register cache tags for preloading. |
| CacheTagsChecksumDecorator::reset | function | core/ |
Reset statically cached tags. |
| CacheTagsChecksumDecorator::__construct | function | core/ |
|
| CacheTagsChecksumInterface | interface | core/ |
Provides checksums for cache tag invalidations. |
| CacheTagsChecksumInterface.php | file | core/ |
|
| CacheTagsChecksumInterface::getCurrentChecksum | function | core/ |
Returns the sum total of validations for a given set of tags. |
| CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION | constant | core/ |
The invalid checksum returned if a database transaction is in progress. |
| CacheTagsChecksumInterface::isValid | function | core/ |
Returns whether the checksum is valid for the given cache tags. |
| CacheTagsChecksumInterface::reset | function | core/ |
Reset statically cached tags. |
| CacheTagsChecksumPreloadInterface | interface | core/ |
Registers cache tags for preloading. |
| CacheTagsChecksumPreloadInterface.php | file | core/ |
|
| CacheTagsChecksumPreloadInterface::registerCacheTagsForPreload | function | core/ |
Register cache tags for preloading. |
| CacheTagsChecksumTrait | trait | core/ |
A trait for cache tag checksum implementations. |
| CacheTagsChecksumTrait.php | file | core/ |
|
| CacheTagsChecksumTrait::$delayedTags | property | core/ |
The set of cache tags whose invalidation is delayed. |
| CacheTagsChecksumTrait::$invalidatedTags | property | core/ |
A list of tags that have already been invalidated in this request. |
| CacheTagsChecksumTrait::$preloadTags | property | core/ |
Registered cache tags to preload. |
| CacheTagsChecksumTrait::$tagCache | property | core/ |
Contains already loaded tag invalidation counts from the storage. |
| CacheTagsChecksumTrait::calculateChecksum | function | core/ |
Calculates the current checksum for a given set of tags. |
| CacheTagsChecksumTrait::doInvalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| CacheTagsChecksumTrait::getCurrentChecksum | function | core/ |
|
| CacheTagsChecksumTrait::getDatabaseConnection | function | core/ |
Returns the database connection. |
| CacheTagsChecksumTrait::getTagInvalidationCounts | function | core/ |
Fetches invalidation counts for cache tags. |
| CacheTagsChecksumTrait::invalidateTags | function | core/ |
|
| CacheTagsChecksumTrait::isValid | function | core/ |
Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() |
Pagination
- Previous page
- Page 150
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.