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. -

3 lines (2 loc) 133 B
import { MaybePromise } from '@whatwg-node/promise-helpers'; export declare function hashSHA256(text: string): MaybePromise<string>;