Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachePluginBase::cacheFlush | function | core/ |
Clear out cached data for a view. |
| CachePluginBase::cacheGet | function | core/ |
Retrieve data from the cache. |
| CachePluginBase::cacheSet | function | core/ |
Save data to the cache. |
| CachePluginBase::cacheSetMaxAge | function | core/ |
Determines cache expiration time based on its type. |
| CachePluginBase::generateResultsKey | function | core/ |
Calculates and sets a cache ID used for the result cache. |
| CachePluginBase::getCacheMaxAge | function | core/ |
Gets the max age for the current view. |
| CachePluginBase::getCacheTags | function | core/ |
Gets an array of cache tags for the current view. |
| CachePluginBase::getDefaultCacheMaxAge | function | core/ |
Returns the default cache max age. |
| CachePluginBase::getResultsKey | function | core/ |
Returns the resultsKey property. |
| CachePluginBase::getRowCacheKeys | function | core/ |
Returns the row cache keys. |
| CachePluginBase::getRowCacheTags | function | core/ |
Returns the row cache tags. |
| CachePluginBase::getRowId | function | core/ |
Returns a unique identifier for the specified row. |
| CachePluginBase::postRender | function | core/ |
Post process any rendered data. |
| CachePluginBase::prepareViewResult | function | core/ |
Prepares the view result before putting it into cache. |
| CachePluginBase::summaryTitle | function | core/ |
Returns a string to display as the clickable title for the access control. |
| CachePreWarmer | class | core/ |
Prewarms caches for services that implement PreWarmableInterface. |
| CachePreWarmer.php | file | core/ |
|
| CachePreWarmer::$needsPreWarming | property | core/ |
Whether to prewarm caches at the end of the request. |
| CachePreWarmer::preWarmAllCaches | function | core/ |
Prewarms all PreWarmable services. |
| CachePreWarmer::preWarmOneCache | function | core/ |
Prewarms one PreWarmable service. |
| CachePreWarmer::__construct | function | core/ |
|
| CachePreWarmerInterface | interface | core/ |
Interface for cache prewarmers. |
| CachePreWarmerInterface.php | file | core/ |
|
| CachePreWarmerInterface::preWarmAllCaches | function | core/ |
Prewarms all PreWarmable services. |
| CachePreWarmerInterface::preWarmOneCache | function | core/ |
Prewarms one PreWarmable service. |
| CachePreWarmerTest | class | core/ |
Tests Drupal\Core\PreWarm\CachePreWarmer. |
| CachePreWarmerTest.php | file | core/ |
|
| CachePreWarmerTest::$classResolver | property | core/ |
|
| 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. |
Pagination
- Previous page
- Page 148
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.