LazyRecord\BaseModel::getCache PHP Метод

getCache() приватный Метод

private getCache ( $key )
    private function getCache($key)
    {
        if ($cache = self::getCacheInstance()) {
            return $cache->get($this->getCachePrefix() . $key);
        }
    }