Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CacheCollectorTest::testUpdateCacheLockFail | function | core/ |
Tests updating the cache when the lock acquire fails. |
CacheCollectorTest::testUpdateCacheMerge | function | core/ |
Tests a cache hit, then item updated by a different request. |
CacheCollectorTest::testUpdateCacheNoChanges | function | core/ |
Tests updating the cache when no changes were made. |
CacheCollectorTest::testUpdateCacheRace | function | core/ |
Tests a cache miss, then item created by another request. |
CacheCollectorTest::testUpdateCacheReset | function | core/ |
Tests a reset of the cache collector. |
CacheContextOptimizationTest | class | core/ |
Tests the cache context optimization. |
CacheContextOptimizationTest.php | file | core/ |
|
CacheContextOptimizationTest::$modules | property | core/ |
|
CacheContextOptimizationTest::setUp | function | core/ |
|
CacheContextOptimizationTest::testUserPermissionCacheContextOptimization | function | core/ |
Ensures that 'user.permissions' cache context is able to define cache tags. |
CacheContextOptimizationTest::testUserRolesCacheContextOptimization | function | core/ |
Ensures that 'user.roles' still works when it is optimized away. |
CacheContextsManager::$validContextTokens | property | core/ |
The set of valid context tokens. |
CacheContextsManager::assertValidTokens | function | core/ |
Asserts the context tokens are valid. |
CacheContextsManager::convertTokensToKeys | function | core/ |
Converts cache context tokens to cache keys. |
CacheContextsManager::optimizeTokens | function | core/ |
Optimizes cache context tokens (the minimal representative subset). |
CacheContextsManager::parseTokens | function | core/ |
Parses cache context tokens into context IDs and optional parameters. |
CacheContextsManager::validateTokens | function | core/ |
Validates an array of cache context tokens. |
CacheContextsManagerTest::providerTestOptimizeTokens | function | core/ |
Provides a list of context token sets. |
CacheContextsManagerTest::testConvertTokensToKeys | function | core/ |
@covers ::convertTokensToKeys[[api-linebreak]] |
CacheContextsManagerTest::testOptimizeTokens | function | core/ |
@covers ::optimizeTokens[[api-linebreak]] |
CacheContextsManagerTest::validateTokensProvider | function | core/ |
Provides a list of cache context token arrays. |
CacheDecoratorInterface | interface | core/ |
Defines an interface for cache decorator implementations. |
CacheDecoratorInterface.php | file | core/ |
|
CacheDecoratorInterface::setCacheKey | function | core/ |
Specify the key to use when writing the cache. |
CacheDecoratorInterface::writeCache | function | core/ |
Write the cache. |
CachedStorage | class | core/ |
Defines the cached storage. |
CachedStorage.php | file | core/ |
|
CachedStorage::$cache | property | core/ |
The instantiated Cache backend. |
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. |
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.