Search for __get
Title | Object type | File name | Summary |
---|---|---|---|
CacheableMetadataCalculationTest::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
CacheableMetadataCalculationTest::getCacheTags | function | core/ |
The cache tags associated with this object. |
CacheableNormalization::getNormalization | function | core/ |
Gets the decorated normalization. |
CacheableOmission::getNormalization | function | core/ |
A CacheableOmission should never have its normalization retrieved. |
CacheableResponseInterface::getCacheableMetadata | function | core/ |
Returns the cacheability metadata for this response. |
CacheableResponseTrait::getCacheableMetadata | function | core/ |
|
CacheBackendDecorator::get | function | core/ |
Returns data from the persistent cache. |
CacheBackendDecorator::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
CacheBackendInterface::get | function | core/ |
Returns data from the persistent cache. |
CacheBackendInterface::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
CacheCollector::get | function | core/ |
Gets value from the cache. |
CacheCollector::getCid | function | core/ |
Gets the cache ID. |
CacheCollectorHelper::getCacheMisses | function | core/ |
Returns the number of cache misses. |
CacheCollectorInterface::get | function | core/ |
Gets value from the cache. |
CacheCollectorTest::testGetFromCache | function | core/ |
Tests returning value from the collected cache. |
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. |
CacheContextInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
CacheContextInterface::getContext | function | core/ |
Returns the string representation of the cache context. |
CacheContextInterface::getLabel | function | core/ |
Returns the label of the cache context. |
CacheContextsManager::getAll | function | core/ |
Provides an array of available cache contexts. |
CacheContextsManager::getLabels | function | core/ |
Provides an array of available cache context labels. |
CacheContextsManager::getService | function | core/ |
Retrieves a cache context service from the container. |
CacheContextsManagerTest::getContextsFixture | function | core/ |
|
CacheContextsManagerTest::getMockContainer | function | core/ |
|
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. |
CachedStorage::getCollectionPrefix | function | core/ |
Returns a cache ID prefix to use for the collection. |
CachedStorageTest | class | core/ |
Tests CachedStorage operations. |
CachedStorageTest | class | core/ |
Tests the interaction of cache and file storage in CachedStorage. |
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/ |
Tests an invalid storage. |
CachedStorageTest::testListAllStaticCache | function | core/ |
Tests listAll static cache. |
CachedStorageTest::update | function | core/ |
|
CacheFactory::get | function | core/ |
Instantiates a cache backend class for a given cache bin. |
CacheFactoryDecorator::get | function | core/ |
|
CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
CachePluginBase::cacheGet | function | core/ |
Retrieve data from the cache. |
CachePluginBase::getCacheMaxAge | function | core/ |
Gets the max age for the current view. |
CachePluginBase::getCacheTags | function | core/ |
Gets an array of cache tags for the current view. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.