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

delete() public method

Delete a cache entry
public delete ( string $key )
$key string
    public function delete(string $key);
CacheInterface