Closes the cache for the specified type.
@override Future<PluggableStorageProvider> close<T extends Object>() async { await _caches[T]?.close(); return this; }