ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2.01k stars 579 forks source link

API for cache statistics #1940

Open lorban opened 7 years ago

lorban commented 7 years ago

This is both a highly requested and desirable feature: Ehcache 3 should provide an API that exposes its statistics.

loicmathieu commented 6 years ago

Hello,

It's available, at least in EhCache 3.5 despite not documented. See my answer on stack overflow : https://stackoverflow.com/a/49303449/3603660

Regards,

Loïc

linghengqian commented 2 years ago

Hello,

It's available, at least in EhCache 3.5 despite not documented. See my answer on stack overflow : https://stackoverflow.com/a/49303449/3603660

Regards,

Loïc

Because the class name for this class is DefaultStatisticsService, isn't it the default configuration?