Chok’s Typescript Utilities
    Preparing search index...

    Variable LocalStoreConfigConst

    LocalStoreConfig: { expiryMs: number; gcIntervalMs: number; storeName: string } = ...

    Global defaults can be updated directly.

    Type Declaration

    • expiryMs: number

      30 days in ms.

    • gcIntervalMs: number

      Do GC once per day.

    • storeName: string

      All items with the same store name will share the same storage space.