Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CachedStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
CachedStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
CachedStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
CachedStorage::exists | function | core/ |
Returns whether a configuration object exists. |
CachedStorage::findByPrefix | function | core/ |
Finds configuration object names starting with a given prefix. |
CachedStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
CachedStorage::getCacheKey | function | core/ |
Returns a cache key for a configuration name using the collection. |
CachedStorage::getCacheKeys | function | core/ |
Returns a cache key map for an array of configuration names. |
CachedStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
CachedStorage::getCollectionPrefix | function | core/ |
Returns a cache ID prefix to use for the collection. |
CachedStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
CachedStorage::read | function | core/ |
Reads configuration data from the storage. |
CachedStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
CachedStorage::rename | function | core/ |
Renames a configuration object in the storage. |
CachedStorage::resetListCache | function | core/ |
Clears the static list cache. |
CachedStorage::write | function | core/ |
Writes configuration data to the storage. |
CachedStorage::__construct | function | core/ |
Constructs a new CachedStorage. |
CachedStorageTest | class | core/ |
Tests the interaction of cache and file storage in CachedStorage. |
CachedStorageTest | class | core/ |
Tests CachedStorage operations. |
CachedStorageTest.php | file | core/ |
|
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/ |
|
CachedStorageTest::insert | function | core/ |
|
CachedStorageTest::read | function | core/ |
|
CachedStorageTest::setUp | function | core/ |
|
CachedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
CachedStorageTest::testListAllStaticCache | function | core/ |
Tests 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 @group Cache |
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. |
CacheTagsInvalidator | class | core/ |
Passes cache tag events to classes that wish to respond to them. |
CacheTagsInvalidator.php | file | core/ |
|
CacheTagsInvalidator::$invalidators | property | core/ |
Holds an array of cache tags invalidators. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.