| Thinking about this some more, I am not sure of the usefulness of hit/miss/put counts for a region. How useful is it to know that there have been x number of puts, y number of hits and z number of misses in a region containing potentially any combination of many entities, many collections and many natural-ids? E.g. what is the usefulness in know that there have been 5000 puts into the "a.b.c" region which contains Person, Order, .., Product, Product#sku (natural-id), Product#suppliers? Now I can see the benefit of these number if we are collecting additional information about the puts/hits/misses, e.g.putDuration (how long did the put take), lookupDuration, ... Radim Vansa, Galder Zamarreno, Paul Ferraro - do you see benefit in collecting such duration stats? If not, should we consider just dropping "cache stats"? |