Enum
replace-strategy
No description available.
enum replace-strategy {
immediate,
immediate-force-miss,
wait,
}Cases
| Case | Description |
|---|---|
| immediate | Immediately start the replace and do not wait for any other pending requests for the same object, including insert requests. |
| immediate-force-miss | Immediate, but remove the existing object immediately |
| wait | Join the wait list behind other pending requests before starting this request. |