Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::get PHP Method

get() public method

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