UNPKG

@envelop/response-cache

Version:

- Skip the execution phase and reduce server load by caching execution results in-memory. - Customize cache entry time to live based on fields and types within the execution result. - Automatically invalidate the cache based on mutation selection sets. -

5 lines (4 loc) 133 B
export * from './in-memory-cache.cjs'; export * from './plugin.cjs'; export * from './cache.cjs'; export * from './hash-sha256.cjs';