Skip to content

Commit

Permalink
decisions: clarification different flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Oct 27, 2022
1 parent 6dd685d commit 728fec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/decisions/internal_cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ assert (keySetName (key_dup, "dir:/valid") == -1); // must fail, as we have a CO
assert (keyName(key) == keyName(key_dup)); // stays always valid
```

This is already implemented for the MMAP cache, so the implementation should be straightforward (do the same COW duplications as done for MMAP).
This is already implemented for the MMAP cache, so the implementation should be straightforward:
Do the same COW duplications as done for MMAP but with a different flag.

**Pros:**

Expand Down

0 comments on commit 728fec1

Please sign in to comment.