Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
CachedStorage::delete function core/lib/Drupal/Core/Config/CachedStorage.php Deletes a configuration object from the storage.
CachedStorage::deleteAll function core/lib/Drupal/Core/Config/CachedStorage.php Deletes configuration objects whose names start with a given prefix.
CachedStorage::encode function core/lib/Drupal/Core/Config/CachedStorage.php Encodes configuration data into the storage-specific format.
CachedStorage::exists function core/lib/Drupal/Core/Config/CachedStorage.php Returns whether a configuration object exists.
CachedStorage::findByPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Finds configuration object names starting with a given prefix.
CachedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/CachedStorage.php Gets the existing collections.
CachedStorage::getCacheKey function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key for a configuration name using the collection.
CachedStorage::getCacheKeys function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key map for an array of configuration names.
CachedStorage::getCollectionName function core/lib/Drupal/Core/Config/CachedStorage.php Gets the name of the current collection the storage is using.
CachedStorage::getCollectionPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache ID prefix to use for the collection.
CachedStorage::listAll function core/lib/Drupal/Core/Config/CachedStorage.php Gets configuration object names starting with a given prefix.
CachedStorage::read function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.
CachedStorage::readMultiple function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.
CachedStorage::rename function core/lib/Drupal/Core/Config/CachedStorage.php Renames a configuration object in the storage.
CachedStorage::resetListCache function core/lib/Drupal/Core/Config/CachedStorage.php Clears the static list cache.
CachedStorage::write function core/lib/Drupal/Core/Config/CachedStorage.php Writes configuration data to the storage.
CachedStorage::__construct function core/lib/Drupal/Core/Config/CachedStorage.php Constructs a new CachedStorage.
CachedStorageTest class core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php Tests the interaction of cache and file storage in CachedStorage.
CachedStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Tests CachedStorage operations.
CachedStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest.php file core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php
CachedStorageTest::$cache property core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php The cache backend the cached storage is using.
CachedStorageTest::$cacheFactory property core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php
CachedStorageTest::$fileStorage property core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php The file storage the cached storage is using.
CachedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Tests an invalid storage.
CachedStorageTest::testListAllStaticCache function core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php Tests listAll static cache.
CachedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CacheFactory class core/lib/Drupal/Core/Cache/CacheFactory.php
CacheFactory.php file core/lib/Drupal/Core/Cache/CacheFactory.php
CacheFactory::$defaultBinBackends property core/lib/Drupal/Core/Cache/CacheFactory.php A map of cache bin to default cache backend service name.
CacheFactory::$settings property core/lib/Drupal/Core/Cache/CacheFactory.php The site settings.
CacheFactory::get function core/lib/Drupal/Core/Cache/CacheFactory.php Instantiates a cache backend class for a given cache bin.
CacheFactory::__construct function core/lib/Drupal/Core/Cache/CacheFactory.php Constructs CacheFactory object.
CacheFactoryInterface interface core/lib/Drupal/Core/Cache/CacheFactoryInterface.php An interface defining cache factory classes.
CacheFactoryInterface.php file core/lib/Drupal/Core/Cache/CacheFactoryInterface.php
CacheFactoryInterface::get function core/lib/Drupal/Core/Cache/CacheFactoryInterface.php Gets a cache backend class for a given cache bin.
CacheFactoryTest class core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php @coversDefaultClass \Drupal\Core\Cache\CacheFactory
@group Cache
CacheFactoryTest.php file core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php
CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to customized default service.
CacheFactoryTest::testCacheFactoryWithDefaultBinBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory uses the correct default bin backend.
CacheFactoryTest::testCacheFactoryWithDefaultSettings function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to the built-in default service.
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory picks the correct per-bin service.
CachePluginBase::$storage property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Contains all data that should be written/read from cache.
CacheTagsInvalidator class core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Passes cache tag events to classes that wish to respond to them.
CacheTagsInvalidator.php file core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php
CacheTagsInvalidator::$invalidators property core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Holds an array of cache tags invalidators.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.