Interface: CacheEntry<T>
Defined in: electron/utils/cache/StandardizedCache.ts:144
Cache entry with metadata.
Type Parameters
T
T
Properties
data
data: T;
Defined in: electron/utils/cache/StandardizedCache.ts:146
The cached data
expiresAt?
optional expiresAt?: number;
Defined in: electron/utils/cache/StandardizedCache.ts:148
Optional expiration time
hits
hits: number;
Defined in: electron/utils/cache/StandardizedCache.ts:150
Hit count for this entry
timestamp
timestamp: number;
Defined in: electron/utils/cache/StandardizedCache.ts:152
Timestamp when cached