Reference
CacheScope
Cache scope that stores memoized cache() results and cancellation state.
Signature
interface CacheScopeMembers
controller: AbortControllerfunctionCaches: WeakMap<(...args: never[]): unknown, CacheTrieNode>ownerStack: string[]Reference
Cache scope that stores memoized cache() results and cancellation state.
interface CacheScopecontroller: AbortControllerfunctionCaches: WeakMap<(...args: never[]): unknown, CacheTrieNode>ownerStack: string[]