zcache icon indicating copy to clipboard operation
zcache copied to clipboard

Add Keyset

Open arp242 opened this issue 2 years ago • 0 comments

A "keyset" is a set of keys for a cache, similar to how a slice is a "view" on an array. This allows reasonably convenient and efficient operations on multiple keys.

Doing it with a different type like this gives us the advantage that we can reasonably easily add a "multi" version for all methods.

Fixes #4

arp242 avatar Jan 03 '24 14:01 arp242