Interface LocalStorageConfig

Hierarchy

  • LocalStorageConfig

Properties

comparator: VersionComparator

The function used to compare two version numbers. Returns true if the new version is greater than the old version

expiration: DateFactory

A factory for the expiration date to remove the store's state

storeKey: string

The key used to store the manager's state

version: Version

The current version number

versionKey: string

The key used to store the version number