UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

8 lines (7 loc) 305 B
import {InMemorySimpleCache} from './in-memory.simple.js'; export declare class InMemoryAdvancedCache<T> extends InMemorySimpleCache<T> { protected expiresMap: Map<string, number>; set(key: string, value: T): void; get(key: string): T | undefined; } //# sourceMappingURL=in-memory.advanced.d.ts.map