Kdyby\Translation\CatalogueCompiler::enableDebugMode PHP Method

enableDebugMode() public method

Replaces cache storage with simple memory storage (per-request).
public enableDebugMode ( )
    public function enableDebugMode()
    {
        $this->cache = new Cache(new Nette\Caching\Storages\MemoryStorage());
    }