Search for d
Title | Object type | File name | Summary |
---|---|---|---|
CacheBackendInterface::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
CacheCollector::$cacheCreated | property | core/ |
Stores the cache creation time. |
CacheCollector::$cacheInvalidated | property | core/ |
Flag that indicates of the cache has been invalidated. |
CacheCollector::$cacheLoaded | property | core/ |
Indicates if the collected cache was already loaded. |
CacheCollector::$cid | property | core/ |
The cache id that is used for the cache entry. |
CacheCollector::delete | function | core/ |
Deletes the element. |
CacheCollector::destruct | function | core/ |
Performs destruct operations. |
CacheCollector::getCid | function | core/ |
Gets the cache ID. |
CacheCollector::invalidateCache | function | core/ |
Invalidate the cache. |
CacheCollector::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
CacheCollector::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
CacheCollectorHelper::$cacheMissData | property | core/ |
Contains data to return on a cache miss. |
CacheCollectorHelper::setCacheCreated | function | core/ |
Setter for the cacheCreated property for use in unit tests. |
CacheCollectorHelper::setCacheMissData | function | core/ |
Sets data to return from a cache miss resolve. |
CacheCollectorInterface::delete | function | core/ |
Deletes the element. |
CacheCollectorTest::$cacheBackend | property | core/ |
The cache backend that should be used. |
CacheCollectorTest::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
CacheCollectorTest::$cid | property | core/ |
The cache id used for the test. |
CacheCollectorTest::providerTestInvalidCharacters | function | core/ |
Data provider for ::testCacheCollector(). |
CacheCollectorTest::testDelete | function | core/ |
Tests setting and deleting values. |
CacheCollectorTest::testDeprecatedNormalizeLockName | function | core/ |
@group legacy |
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. |
CacheContextInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
CacheContextOptimizationTest::$modules | property | core/ |
Modules to install. |
CacheContextsManager::$validContextTokens | property | core/ |
The set of valid context tokens. |
CacheContextsManager::assertValidTokens | function | core/ |
Asserts the context tokens are valid. |
CacheContextsManager::validateTokens | function | core/ |
Validates an array of cache context tokens. |
CacheContextsManagerTest::providerTestInvalidCalculatedContext | function | core/ |
Provides a list of invalid 'baz' cache contexts: the parameter is missing. |
CacheContextsManagerTest::providerTestOptimizeTokens | function | core/ |
Provides a list of context token sets. |
CacheContextsManagerTest::testInvalidCalculatedContext | function | core/ |
@covers ::convertTokensToKeys[[api-linebreak]] |
CacheContextsManagerTest::testInvalidContext | function | core/ |
@covers ::convertTokensToKeys[[api-linebreak]] |
CacheContextsManagerTest::testValidateContexts | function | core/ |
@covers ::validateTokens[[api-linebreak]] |
CacheContextsManagerTest::validateTokensProvider | function | core/ |
Provides a list of cache context token arrays. |
CachedDataUITest | class | core/ |
Tests the shared tempstore cache in the UI. |
CachedDataUITest.php | file | core/ |
|
CachedDataUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CachedDataUITest::$testViews | property | core/ |
Views used by this test. |
CachedDataUITest::testCacheData | function | core/ |
Tests the shared tempstore views data in the UI. |
CachedDiscoveryClearer | class | core/ |
Provides a proxy class for \Drupal\Core\Plugin\CachedDiscoveryClearer. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.