@apollo/utils.keyvaluecache
Version:
Minimal key-value cache interface
8 lines (7 loc) • 302 B
text/typescript
export type { KeyValueCache, KeyValueCacheSetOptions } from "./KeyValueCache";
export { PrefixingKeyValueCache } from "./PrefixingKeyValueCache";
export {
InMemoryLRUCache,
type InMemoryLRUCacheSetOptions,
} from "./InMemoryLRUCache";
export { ErrorsAreMissesCache } from "./ErrorsAreMissesCache";