Search for to
| Title | Object type | File name | Summary | 
|---|---|---|---|
| CacheCollectorTest::$collector | property | core/ | Cache collector implementation to test. | 
| CacheCollectorTest::$lock | property | core/ | The lock backend that should be used. | 
| CacheCollectorTest::providerTestInvalidCharacters | function | core/ | Data provider for ::testCacheCollector(). | 
| CacheCollectorTest::register | function | core/ | Registers test-specific services. | 
| CacheCollectorTest::setUp | function | core/ | |
| CacheCollectorTest::testCacheCollector | function | core/ | Tests setting and invalidating. | 
| CacheCollectorTest::testDelete | function | core/ | Tests setting and deleting values. | 
| CacheCollectorTest::testDeprecatedNormalizeLockName | function | core/ | @group legacy | 
| 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[[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/ | 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. | 
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
