Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachedStorageTest.php | file | core/ |
|
| CachedStorageTest::$cache | property | core/ |
The cache backend the cached storage is using. |
| CachedStorageTest::$cacheFactory | property | core/ |
|
| CachedStorageTest::$fileStorage | property | core/ |
The file storage the cached storage is using. |
| CachedStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
| CachedStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| CachedStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| CachedStorageTest::setUp | function | core/ |
|
| CachedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| CachedStorageTest::testListAllStaticCache | function | core/ |
Tests listAll static cache. |
| CachedStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| CacheFactory | class | core/ |
Defines the cache backend factory. |
| CacheFactory.php | file | core/ |
|
| CacheFactory::$container | property | core/ |
The service container. |
| CacheFactory::$defaultBinBackends | property | core/ |
A map of cache bin to default cache backend service name. |
| CacheFactory::$memoryDefaultBinBackends | property | core/ |
A map of cache bin to default cache memory 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::setContainer | function | core/ |
Sets the service container. |
| CacheFactory::__construct | function | core/ |
Constructs CacheFactory object. |
| CacheFactoryDecorator | class | core/ |
Decorates a cache factory to register all calls to the cache system. |
| CacheFactoryDecorator.php | file | core/ |
|
| CacheFactoryDecorator::$cacheBackends | property | core/ |
All wrapped cache backends. |
| CacheFactoryDecorator::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| CacheFactoryDecorator::__construct | function | core/ |
|
| 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/ |
Tests Drupal\Core\Cache\CacheFactory. |
| CacheFactoryTest.php | file | core/ |
|
| CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend | function | core/ |
Tests that the cache factory falls back to customized default service. |
| CacheFactoryTest::testCacheFactoryWithDefaultBinBackend | function | core/ |
Tests that the cache factory uses the correct default bin backend. |
| CacheFactoryTest::testCacheFactoryWithDefaultSettings | function | core/ |
Tests that the cache factory falls back to the built-in default service. |
| CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend | function | core/ |
Tests that the cache factory picks the correct per-bin service. |
| CachePluginBase::$storage | property | core/ |
Contains all data that should be written/read from cache. |
| 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/ |
|
| CacheTagsInvalidator | class | core/ |
Passes cache tag events to classes that wish to respond to them. |
| CacheTagsInvalidator.php | file | core/ |
|
| CacheTagsInvalidator::$bins | property | core/ |
Holds an array of cache bins that support invalidations. |
| CacheTagsInvalidator::$invalidators | property | core/ |
Holds an array of cache tags invalidators. |
| CacheTagsInvalidator::addBin | function | core/ |
Adds a cache bin. |
| CacheTagsInvalidator::addInvalidator | function | core/ |
Adds a cache tags invalidator. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.