eZ\Publish\Core\Persistence\Legacy\Tests\Content\Language\CacheTest::getCache PHP Метод

getCache() защищенный Метод

Returns the language cache to test.
protected getCache ( ) : Cache
Результат eZ\Publish\Core\Persistence\Legacy\Content\Language\Cache
    protected function getCache()
    {
        if (!isset($this->cache)) {
            $this->cache = new Cache();
        }
        return $this->cache;
    }