Airship\Engine\Contract\CacheInterface::get PHP Method

get() public method

Get a cache entry
public get ( string $key ) : null | mixed
$key string
return null | mixed
    public function get(string $key);
CacheInterface