import { type DataCache } from "../Cache" import { createInMemoryCache } from "./InMemoryCache" export function createMemoryCache(): Promise { return createInMemoryCache() }