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
Right now, hashes are cached in the _hash property and then invalidated selectively. This may be slower for write-heavy workloads (those with a lot of calls to invalidate and fewer calls to actually get the hash). It would be nice to be able to more easily toggle this on and off.
The text was updated successfully, but these errors were encountered:
Right now, hashes are cached in the _hash property and then invalidated selectively. This may be slower for write-heavy workloads (those with a lot of calls to invalidate and fewer calls to actually get the hash). It would be nice to be able to more easily toggle this on and off.
The text was updated successfully, but these errors were encountered: