Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CachedStorage::$findByPrefixCache | property | core/ |
List of listAll() prefixes with their results. |
CachedStorage::$storage | property | core/ |
The configuration storage to be cached. |
CachedStorage::createCollection | function | core/ |
|
CachedStorage::decode | function | core/ |
|
CachedStorage::delete | function | core/ |
|
CachedStorage::deleteAll | function | core/ |
|
CachedStorage::encode | function | core/ |
|
CachedStorage::exists | function | core/ |
|
CachedStorage::findByPrefix | function | core/ |
Finds configuration object names starting with a given prefix. |
CachedStorage::getAllCollectionNames | function | core/ |
|
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/ |
|
CachedStorage::getCollectionPrefix | function | core/ |
Returns a cache ID prefix to use for the collection. |
CachedStorage::listAll | function | core/ |
|
CachedStorage::read | function | core/ |
|
CachedStorage::readMultiple | function | core/ |
|
CachedStorage::rename | function | core/ |
|
CachedStorage::resetListCache | function | core/ |
Clears the static list cache. |
CachedStorage::write | function | core/ |
|
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/ |
|
CachedStorageTest::testListAllStaticCache | function | core/ |
Tests listAll static cache. |
CachedStorageTest::update | function | core/ |
|
CachePluginBase::$storage | property | core/ |
Contains all data that should be written/read from cache. |
CacheTagTest::$nodeStorage | property | core/ |
The node storage. |
CacheTest::testHeaderStorage | function | core/ |
Tests css/js storage and restoring mechanism. |
CheckpointStorage | class | core/ |
Provides a config storage that can make checkpoints. |
CheckpointStorage.php | file | core/ |
|
CheckpointStorage::$keyValueStores | property | core/ |
The key value stores that store configuration changed for each checkpoint. |
CheckpointStorage::$readFromCheckpoint | property | core/ |
The checkpoint to read from. |
CheckpointStorage::checkpoint | function | core/ |
|
CheckpointStorage::CONFIG_COLLECTION_KEY | constant | core/ |
Used to store the list of collections in each checkpoint. |
CheckpointStorage::createCollection | function | core/ |
|
CheckpointStorage::decode | function | core/ |
|
CheckpointStorage::delete | function | core/ |
|
CheckpointStorage::deleteAll | function | core/ |
|
CheckpointStorage::encode | function | core/ |
|
CheckpointStorage::exists | function | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.