papi-dts
    Preparing search index...
    sharedStoreService: { get: typeof get; remove: typeof remove; set: typeof set }

    This provides an in-memory, key-value store that can be read without a network call but updates automatically in the background using network events. This allows synchronous reading of shared, non-persisted key-value pairs between processes. It can be thought of as a distributed key-value store. It relies only on the network service, not other services like network objects or settings.

    This uses Lamport logical clocks for conflict resolution to ensure consistency across processes.

    This service is not intended to be accessed directly by extensions. It was created as a utility for the platform and is not part of the public API. Extensions should use settings and other data providers for sharing data.

    Type declaration