Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for a simplified subset of the functionality of LDFeatureStore, to be used in conjunction with CachingStoreWrapper.

This is a variant of PersistentDataStore for databases that require somewhat different initialization semantics, where we must specify a consistent ordering of writes.

see

PersistentDataStore

Hierarchy

  • PersistentDataStoreNonAtomic

Index

Methods

  • Initialize the store, overwriting any existing data.

    Parameters

    • allData: DataCollection<VersionedData>[]

      A list of data item collections in the order they should be written.

    • callback: () => void

      Will be called when the store has been initialized.

        • (): void
        • Returns void

    Returns void

Generated using TypeDoc