UNPKG

@apollo/utils.keyvaluecache

Version:
8 lines (7 loc) 302 B
export type { KeyValueCache, KeyValueCacheSetOptions } from "./KeyValueCache"; export { PrefixingKeyValueCache } from "./PrefixingKeyValueCache"; export { InMemoryLRUCache, type InMemoryLRUCacheSetOptions, } from "./InMemoryLRUCache"; export { ErrorsAreMissesCache } from "./ErrorsAreMissesCache";