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