Package: effect Module: Cache
effect
Cache
Constructs a new CacheStats from the specified values.
CacheStats
Signature
declare const makeCacheStats: (options: { readonly hits: number; readonly misses: number; readonly size: number; }) => CacheStats
Source
Since v2.0.0