ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Implements a no-cache strategy. More...
Public Member Functions | |
generateKey ($name, $className) | |
Generates a cache key for the given template class name. More... | |
write ($key, $content) | |
Writes the compiled template to cache. More... | |
load ($key) | |
Loads a template from the cache. More... | |
getTimestamp ($key) | |
Returns the modification timestamp of a key. More... | |
generateKey ($name, $className) | |
Generates a cache key for the given template class name. More... | |
write ($key, $content) | |
Writes the compiled template to cache. More... | |
load ($key) | |
Loads a template from the cache. More... | |
getTimestamp ($key) | |
Returns the modification timestamp of a key. More... | |
Twig_Cache_Null::generateKey | ( | $name, | |
$className | |||
) |
Generates a cache key for the given template class name.
string | $name | The template name |
string | $className | The template class name |
Implements Twig_CacheInterface.
Definition at line 21 of file Null.php.
Twig_Cache_Null::getTimestamp | ( | $key | ) |
Returns the modification timestamp of a key.
string | $key | The cache key |
Implements Twig_CacheInterface.
Definition at line 34 of file Null.php.
Twig_Cache_Null::load | ( | $key | ) |
Loads a template from the cache.
string | $key | The cache key |
Implements Twig_CacheInterface.
Definition at line 30 of file Null.php.
Twig_Cache_Null::write | ( | $key, | |
$content | |||
) |
Writes the compiled template to cache.
string | $key | The cache key |
string | $content | The template representation as a PHP class |
Implements Twig_CacheInterface.
Definition at line 26 of file Null.php.