LazyRecord\BaseModel::getCache PHP 메소드

getCache() 개인적인 메소드

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