UNPKG

@aws-lambda-powertools/commons

Version:
8 lines 194 B
type LRUCacheOptions = { /** * The maximum number of items to store in the cache. */ maxSize: number; }; export type { LRUCacheOptions }; //# sourceMappingURL=LRUCache.d.ts.map