Skip to content
module@warp-drive/experiments/storage

Defined in: storage/cache.ts:14

Properties

key

ts
key: null | string;

Defined in: storage/cache.ts:16


newValue

ts
newValue: null | string;

Defined in: storage/cache.ts:18


oldValue

ts
oldValue: null | string;

Defined in: storage/cache.ts:17


storageArea

ts
storageArea: CacheStorage;

Defined in: storage/cache.ts:15

Released under the MIT License.