Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
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 Deletes configuration data from the storage.
CachedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Inserts configuration data in the storage.
CachedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Reads configuration data from the storage.
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 Updates configuration data in the storage.
CachedStrategy class core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php Looks up placeholders in the render cache and returns those we could find.
CachedStrategy.php file core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php
CachedStrategy::processNestedPlaceholders function core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php Fetch any nested placeholders from cache.
CachedStrategy::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php Processes placeholders to render them with different strategies.
CachedStrategy::__construct function core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php
CacheFactory class core/lib/Drupal/Core/Cache/CacheFactory.php Defines the cache backend factory.
CacheFactory.php file core/lib/Drupal/Core/Cache/CacheFactory.php
CacheFactory::$container property core/lib/Drupal/Core/Cache/CacheFactory.php The service container.
CacheFactory::$defaultBinBackends property core/lib/Drupal/Core/Cache/CacheFactory.php A map of cache bin to default cache backend service name.
CacheFactory::$memoryDefaultBinBackends property core/lib/Drupal/Core/Cache/CacheFactory.php A map of cache bin to default cache memory 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::setContainer function core/lib/Drupal/Core/Cache/CacheFactory.php Sets the service container.
CacheFactory::__construct function core/lib/Drupal/Core/Cache/CacheFactory.php Constructs CacheFactory object.
CacheFactoryDecorator class core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php Decorates a cache factory to register all calls to the cache system.
CacheFactoryDecorator.php file core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php
CacheFactoryDecorator::$cacheBackends property core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php All wrapped cache backends.
CacheFactoryDecorator::get function core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php Gets a cache backend class for a given cache bin.
CacheFactoryDecorator::__construct function core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php
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 Tests Drupal\Core\Cache\CacheFactory.
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.
CacheItem class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Provides a simple cache.
CacheItem::$data property core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php The cache data.
CacheItem::__construct function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php
CacheOptionalInterface interface core/lib/Drupal/Core/Cache/CacheOptionalInterface.php Indicates that caching is optional.
CacheOptionalInterface.php file core/lib/Drupal/Core/Cache/CacheOptionalInterface.php
CachePluginBase class core/modules/views/src/Plugin/views/cache/CachePluginBase.php The base plugin to handle caching.
CachePluginBase.php file core/modules/views/src/Plugin/views/cache/CachePluginBase.php
CachePluginBase::$resultsBin property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Which cache bin to store query results in.
CachePluginBase::$resultsKey property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Stores the cache ID used for the results cache.
CachePluginBase::$storage property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Contains all data that should be written/read from cache.
CachePluginBase::alterCacheMetadata function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Alters the cache metadata of a display upon saving a view.
CachePluginBase::cacheExpire function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Determine the expiration time of the cache type, or NULL if no expire.

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