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?
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
Cacheinterface to add aDebugmethod doing exactly that?