Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::get PHP Méthode

get() public méthode

public get ( $key )
    public function get($key)
    {
        $result = $this->getCache()->get($this->getCacheKey($key));
        return $result === false ? null : $result;
    }