public function Twig_Cache_Null::load in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Cache/Null.php \Twig_Cache_Null::load()
Loads a template from the cache.
Parameters
string $key The cache key:
Overrides Twig_CacheInterface::load
File
- vendor/
twig/ twig/ lib/ Twig/ Cache/ Null.php, line 37
Class
- Twig_Cache_Null
- Implements a no-cache strategy.
Code
public function load($key) {
}