Flintstone\Cache\CacheInterface::get PHP Method

get() public method

Get a key from the cache.
public get ( string $key ) : mixed
$key string
return mixed
    public function get($key);