@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface LazyBackendOptions

    interface LazyBackendOptions {
        clearAll?: boolean;
    }
    Index

    Properties

    Properties

    clearAll?: boolean

    Expose clearAll() on the wrapper. Keep this disabled for production backends that intentionally omit clearAll() (for example Redis on a shared instance), because createIdempotencyStore() uses method presence as the reset-safety contract.