Wasm Directoryalpha
Enum

replace-strategy

No description available.

enum replace-strategy {
  immediate,
  immediate-force-miss,
  wait,
}

Cases

CaseDescription
immediateImmediately start the replace and do not wait for any other pending requests for the same object, including insert requests.
immediate-force-missImmediate, but remove the existing object immediately
waitJoin the wait list behind other pending requests before starting this request.