@microsoft/ccf-app

    Variable dropCachedStatesConst

    dropCachedStates: (handle: number) => boolean = ...

    Drop cached states for the given handle.

    May be used to free up space once a historical query has been resolved, more aggressively than waiting for the requests to expire.

    Returns true if the handle was found and dropped, false otherwise.

    Type declaration

      • (handle: number): boolean
      • Drop cached states for the given handle.

        May be used to free up space once a historical query has been resolved, more aggressively than waiting for the requests to expire.

        Returns true if the handle was found and dropped, false otherwise.

        Parameters

        • handle: number

        Returns boolean

    MMNEPVFCICPMFPCPTTAAATR