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
GCache has become cumbersome to debug. We should make tools that allow maintainers to easily visualize the state of the cache (internal clocks, eviction list, keys/values etc.).
Maybe extend the Cache interface to add a Debug method doing exactly that?
The text was updated successfully, but these errors were encountered:
GCache has become cumbersome to debug. We should make tools that allow maintainers to easily visualize the state of the cache (internal clocks, eviction list, keys/values etc.).
Maybe extend the
Cache
interface to add aDebug
method doing exactly that?The text was updated successfully, but these errors were encountered: