cache)) return $this->cache; lmb_require('limb/cache/src/lmbCachePersisterKeyDecorator.class.php'); $this->cache = new lmbCachePersisterKeyDecorator(new lmbCacheMemoryPersister()); return $this->cache; } function setCache($cache) { $this->cache = $cache; } } ?>