Reference

CacheScope

Cache scope that stores memoized cache() results and cancellation state.

Signature

interface CacheScope

Members

controller: AbortController
functionCaches: WeakMap<(...args: never[]): unknown, CacheTrieNode>
ownerStack: string[]