Interface: CacheItemInput<TValue, TKey>
Defined in: electron/utils/cache/StandardizedCache.ts:175
Type Parameters
TValue
TValue
TKey
TKey extends string
Properties
data
data:
TValue
Defined in: electron/utils/cache/StandardizedCache.ts:176
key
key:
TKey
Defined in: electron/utils/cache/StandardizedCache.ts:177
ttl?
optionalttl:number
Defined in: electron/utils/cache/StandardizedCache.ts:178