Skip to main content

Interface: CacheItemInput<TValue, TKey>

Defined in: electron/utils/cache/StandardizedCache.ts:173

Type Parameters

TValue

TValue

TKey

TKey extends string

Properties

data

data: TValue;

Defined in: electron/utils/cache/StandardizedCache.ts:174


key

key: TKey;

Defined in: electron/utils/cache/StandardizedCache.ts:175


ttl?

optional ttl?: number;

Defined in: electron/utils/cache/StandardizedCache.ts:176