You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An optional positive integer indicating the cache’s max cardinality.
An optional boolean, a string, or something that indicates whether to purge or cull itself in response to low-memory warnings from the host (Cache-reduction triggers #7).
There are several API choices that I can think of:
Reusing Map and Set and extending them with option bags is another API option. I’ve tweaked this issue’s original post to say that this issue assumes that we’re going with separate classes as per #8 or #5.
I’m inclined to agree with #1 (comment), but we probably should talk about that more in #1.
Let’s assume that we make new classes rather than using Map and Set (see #8 and #5).
Given that, we now have two or three possible parameters:
There are several API choices that I can think of:
The text was updated successfully, but these errors were encountered: