Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachedStorageTest::delete | function | core/ |
|
| CachedStorageTest::insert | function | core/ |
|
| CachedStorageTest::read | function | core/ |
|
| CachedStorageTest::setUp | function | core/ |
|
| CachedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| CachedStorageTest::testListAllStaticCache | function | core/ |
Test listAll static cache. |
| CachedStorageTest::update | function | core/ |
|
| CacheFactory | class | core/ |
|
| CacheFactory.php | file | core/ |
|
| CacheFactory::$defaultBinBackends | property | core/ |
A map of cache bin to default cache backend service name. |
| CacheFactory::$settings | property | core/ |
The site settings. |
| CacheFactory::get | function | core/ |
Instantiates a cache backend class for a given cache bin. |
| CacheFactory::__construct | function | core/ |
Constructs CacheFactory object. |
| CacheFactoryInterface | interface | core/ |
An interface defining cache factory classes. |
| CacheFactoryInterface.php | file | core/ |
|
| CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| CacheFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\CacheFactory[[api-linebreak]] @group Cache |
| CacheFactoryTest.php | file | core/ |
|
| CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend | function | core/ |
Test that the cache factory falls back to customized default service. |
| CacheFactoryTest::testCacheFactoryWithDefaultBinBackend | function | core/ |
Test that the cache factory uses the correct default bin backend. |
| CacheFactoryTest::testCacheFactoryWithDefaultSettings | function | core/ |
Test that the cache factory falls back to the built-in default service. |
| CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend | function | core/ |
Test that the cache factory picks the correct per-bin service. |
| CachePluginBase | class | core/ |
The base plugin to handle caching. |
| CachePluginBase.php | file | core/ |
|
| CachePluginBase::$resultsBin | property | core/ |
Which cache bin to store query results in. |
| CachePluginBase::$resultsKey | property | core/ |
Stores the cache ID used for the results cache. |
| CachePluginBase::$storage | property | core/ |
Contains all data that should be written/read from cache. |
| CachePluginBase::alterCacheMetadata | function | core/ |
Alters the cache metadata of a display upon saving a view. |
| CachePluginBase::cacheExpire | function | core/ |
Determine the expiration time of the cache type, or NULL if no expire. |
| 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/ |
Determine expiration time in the cache table of the cache type or CACHE_PERMANENT if item shouldn't be removed automatically from cache. |
| 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/ |
Return a string to display as the clickable title for the access control. |
| CacheRouterRebuildSubscriber | class | core/ |
Clear cache tags when the router is rebuilt. |
| CacheRouterRebuildSubscriber.php | file | core/ |
|
| CacheRouterRebuildSubscriber::getSubscribedEvents | function | core/ |
|
| CacheRouterRebuildSubscriber::onRouterFinished | function | core/ |
|
| CacheTagsChecksumInterface | interface | core/ |
Provides checksums for cache tag invalidations. |
| CacheTagsChecksumInterface.php | file | core/ |
Pagination
- Previous page
- Page 146
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.