Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CacheCollectorTest::testGetFromCache | function | core/ |
Tests returning value from the collected cache. |
CacheCollectorTest::testResolveCacheMiss | function | core/ |
Tests the resolve cache miss function. |
CacheCollectorTest::testSetAndGet | function | core/ |
Tests setting and getting values when the cache is empty. |
CacheCollectorTest::testSetAndGetNull | function | core/ |
Makes sure that NULL is a valid value and is collected. |
CacheCollectorTest::testUpdateCache | function | core/ |
Tests updating the cache after a set. |
CacheCollectorTest::testUpdateCacheClear | function | core/ |
Tests a clear of the cache collector. |
CacheCollectorTest::testUpdateCacheClearTags | function | core/ |
Tests a clear of the cache collector using tags. |
CacheCollectorTest::testUpdateCacheDelete | function | core/ |
Tests updating the cache after a delete. |
CacheCollectorTest::testUpdateCacheInvalidatedConflict | function | core/ |
Tests updating the cache when there is a conflict after cache invalidation. |
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/ |
Modules to install. |
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 |
CacheContextsManagerTest::testOptimizeTokens | function | core/ |
@covers ::optimizeTokens |
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/ |
Creates a collection on the storage. |
CachedStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
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. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.