newMemoryCacheStore function

Future<MemoryCacheStore> newMemoryCacheStore()

Creates a new MemoryCacheStore

Implementation

Future<MemoryCacheStore> newMemoryCacheStore() {
  return Future.value(MemoryCacheStore());
}