How to disable statistic in ehcache 2.8

765 views Asked by At

My understanding of net.sf.ehcache.Cache -> net.sf.ehcache.statistics.StatisticsGateway chain is there no way to disable statistic upfront (whenever programatically, or via configuration). Is that right?

I'm asking because right after app started ehcache stats (in org.terracotta.statistics.archive.StatisticSampler to be more precise) are taking 2.5Mb of memory and they are not unused within app.

1

There are 1 answers

1
Alex Snaps On

No, you can't disable them. They actually do auto enable/disable themselves.