Store::getCacheKey |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
Returns a cache key for the given Request. |
AssetCache::getCacheKey |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns a cache key for the current asset. |
ConfigFactory::getCacheKey |
function |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
Gets the cache key for a given config name in a particular context. |
ConfigFactory::getCacheKeys |
function |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
Gets all the cache keys that match the provided config name. |
Twig_Loader_Array::getCacheKey |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Array.php |
Gets the cache key to use for the cache for a given template name. |
Twig_Loader_Chain::getCacheKey |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php |
Gets the cache key to use for the cache for a given template name. |
Twig_Loader_String::getCacheKey |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/String.php |
Gets the cache key to use for the cache for a given template name. |
Twig_LoaderInterface::getCacheKey |
function |
drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php |
Gets the cache key to use for the cache for a given template name. |
Twig_Loader_Filesystem::getCacheKey |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Gets the cache key to use for the cache for a given template name. |
Twig_Tests_Loader_ChainTest::testGetCacheKey |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
|
Twig_Tests_Loader_ArrayTest::testGetCacheKey |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
|
Twig_Tests_Loader_ChainTest::testGetCacheKeyWhenTemplateDoesNotExist |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
@expectedException Twig_Error_Loader |
Twig_Tests_Loader_ArrayTest::testGetCacheKeyWhenTemplateDoesNotExist |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
@expectedException Twig_Error_Loader |