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

get() public method

public get ( $key ) : mixed
return mixed Gets a cached object with the specified key.
    public function get($key)
    {
        return $this->_cache->itemAt($key);
    }
TSqlMapFifoCache