Uses of Class
net.n2oapp.framework.config.ehcache.monitoring.CacheTuner
-
Packages that use CacheTuner Package Description net.n2oapp.framework.config.ehcache net.n2oapp.framework.config.ehcache.monitoring net.n2oapp.framework.config.ehcache.monitoring.service -
-
Uses of CacheTuner in net.n2oapp.framework.config.ehcache
Methods in net.n2oapp.framework.config.ehcache that return CacheTuner Modifier and Type Method Description CacheTunerEhcacheConfiguration. cacheTuner(org.springframework.cache.CacheManager cacheManager, String monitoring)Methods in net.n2oapp.framework.config.ehcache with parameters of type CacheTuner Modifier and Type Method Description net.n2oapp.criteria.api.CollectionPageServiceEhcacheConfiguration. cacheConfigService(CacheTuner tuner)CacheLoggerEhcacheConfiguration. cacheLogger(CacheTuner cacheTuner)net.n2oapp.criteria.api.CollectionPageServiceEhcacheConfiguration. cacheStatisticService(CacheTuner tuner) -
Uses of CacheTuner in net.n2oapp.framework.config.ehcache.monitoring
Constructors in net.n2oapp.framework.config.ehcache.monitoring with parameters of type CacheTuner Constructor Description CacheLogger(CacheTuner cacheTuner) -
Uses of CacheTuner in net.n2oapp.framework.config.ehcache.monitoring.service
Constructors in net.n2oapp.framework.config.ehcache.monitoring.service with parameters of type CacheTuner Constructor Description CacheConfigService(CacheTuner tuner)CacheStatisticService(CacheTuner tuner)
-