Removes the given key from store. staleOnly flag will remove it only if the key is expired (from maxStale).
staleOnly
Future<void> delete(String key, {bool staleOnly = false});