Type Alias: BoundedCacheLookupResult<Value>
BoundedCacheLookupResult<
Value> =Readonly<{found:false; }> |Readonly<{found:true;value:Value; }>
Defined in: _internal/bounded-cache.ts:12
Result shape returned by bounded-cache lookups.
Type Parametersโ
Valueโ
Value