Prado\Caching\ICache::get PHP Method

get() public method

Retrieves a value from cache with a specified key.
public get ( $id ) : mixed
return mixed the value stored in cache, false if the value is not in the cache or expired.
    public function get($id);