Home
last modified time | relevance | path

Searched refs:lambdaCache (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php46 private $lambdaCache; variable in Mustache_Engine
599 if (!isset($this->lambdaCache)) {
600 $this->lambdaCache = new Mustache_Cache_NoopCache();
603 return $this->lambdaCache;