Interface: CacheEntry<T>
Defined in: electron/utils/cache/StandardizedCache.ts:41
Cache entry with metadata.
Type Parameters
T
T
Properties
data
data:
T
Defined in: electron/utils/cache/StandardizedCache.ts:43
The cached data
expiresAt?
optional
expiresAt:number
Defined in: electron/utils/cache/StandardizedCache.ts:45
Optional expiration time
hits
hits:
number
Defined in: electron/utils/cache/StandardizedCache.ts:47
Hit count for this entry
timestamp
timestamp:
number
Defined in: electron/utils/cache/StandardizedCache.ts:49
Timestamp when cached