Great library!
If I have an entry k->v, and I want to change it to k->v', is there a way to do this without altering the "least recently used" information? (Does this question make sense?)
I think I want something like the "add" function, but where the k->v' binding is not necessarily the "most recently used".
Great library!
If I have an entry k->v, and I want to change it to k->v', is there a way to do this without altering the "least recently used" information? (Does this question make sense?)
I think I want something like the "add" function, but where the k->v' binding is not necessarily the "most recently used".