AssetCache |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Caches an asset to avoid the cost of loading and dumping. |
AssetCache.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
|
AssetCache::load |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Loads the asset into memory and applies load filters. |
AssetCache::dump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Applies dump filters and returns the asset as a string. |
Response::setCache |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sets the response's cache headers (validation and/or expiration). |
AssetCache::$asset |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
|
AssetCache::$cache |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
|
AssetCache::getVars |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns an array of variable names for this asset. |
AssetCache::setValues |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Sets the values for the asset's variables. |
AssetCache::getValues |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns the current values for this asset. |
AssetCache::getFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns an array of filters currently applied. |
AssetCache::getContent |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns the loaded content of the current asset. |
AssetCache::setContent |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Sets the content of the current asset. |
AssetCache::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
|
AssetCache::getCacheKey |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns a cache key for the current asset. |
AssetCache::ensureFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Ensures the current asset includes the supplied filter. |
AssetCache::clearFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Clears all filters from the current asset. |
AssetCache::getSourceRoot |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns an absolute path or URL to the source asset's root directory. |
AssetCache::getSourcePath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns the relative path for the source asset. |
AssetCache::getTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns the URL for the current asset. |
AssetCache::setTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Sets the URL for the current asset. |
ResponseTest::testSetCache |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
Twig_Environment::setCache |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Sets the cache directory or false if cache is disabled. |
AssetCache::getLastModified |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns the time the current asset was last modified. |
SassFilter::setCacheLocation |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
TranslationTest::resetCaches |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Resets static caches to make the test code match the client-side behavior. |
BlockCacheTest::setCacheMode |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Private helper method to set the test block's cache mode. |
CompassFilter::setCacheLocation |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
PHP_CodeCoverage::setCacheTokens |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
@since Method available since Release 1.1.0 |
EntityAccessController::setCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Statically caches whether the given user has access. |
TermStorageController::resetCache |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::resetCache(). |
RoleStorageController::resetCache |
function |
drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php |
Resets the internal, static entity cache. |
EntityAccessController::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Clears all cached access checks. |
CacheDecoratorInterface::setCacheKey |
function |
drupal/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php |
Specify the key to use when writing the cache. |
CacheDecorator::setCachedDefinitions |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php |
Sets a cache of plugin definitions for the decorated discovery class. |
EntityStorageControllerBase::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Resets the internal, static entity cache. |
VocabularyStorageController::resetCache |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Config\Entity\ConfigStorageController::resetCache(). |
AliasManagerCacheDecorator::setCacheKey |
function |
drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php |
Implements \Drupal\Core\CacheDecorator\CacheDecoratorInterface::setCacheKey(). |
PHP_CodeCoverageTest::testSetCacheTokens |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setCacheTokens |
EntityAccessControllerInterface::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessControllerInterface.php |
Clears all cached access checks. |
AbstractClassMetadataFactory::setCacheDriver |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Sets the cache driver used by the factory to cache ClassMetadata instances. |
EntityStorageControllerInterface::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Resets the internal, static entity cache. |
PHP_CodeCoverageTest::testSetCacheTokensThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setCacheTokens
@expectedException PHP_CodeCoverage_Exception |