Remove the cache value.
@override Future<void> remove(String key, {Context? ctx}) async { return await _h.invoke(this, _methods['remove']!, [key], ctx); }