Uses of Class
net.n2oapp.framework.config.ehcache.monitoring.api.CacheConfig
-
Packages that use CacheConfig Package Description net.n2oapp.framework.config.ehcache.monitoring net.n2oapp.framework.config.ehcache.monitoring.api net.n2oapp.framework.config.ehcache.monitoring.service -
-
Uses of CacheConfig in net.n2oapp.framework.config.ehcache.monitoring
Methods in net.n2oapp.framework.config.ehcache.monitoring with parameters of type CacheConfig Modifier and Type Method Description voidCacheTuner. configure(CacheConfig config)Изменение конфигурации cache -
Uses of CacheConfig in net.n2oapp.framework.config.ehcache.monitoring.api
Methods in net.n2oapp.framework.config.ehcache.monitoring.api that return CacheConfig Modifier and Type Method Description CacheConfigCacheConfig. setFrozen(Boolean frozen)CacheConfigCacheConfig. setMaxBytesLocalDisk(Long maxBytesLocalDisk)CacheConfigCacheConfig. setMaxBytesLocalHeap(Long maxBytesLocalHeap)CacheConfigCacheConfig. setMaxEntriesLocalDisk(Long maxEntriesLocalDisk)CacheConfigCacheConfig. setMaxEntriesLocalHeap(Long maxEntriesLocalHeap)CacheConfigCacheConfig. setName(String name)CacheConfigCacheConfig. setOverflowToOffHeap(Boolean overflowToOffHeap)CacheConfigCacheConfig. setPercentOfTotal(Double percentOfTotal)CacheConfigCacheConfig. setTimeToIdle(Long timeToIdle)CacheConfigCacheConfig. setTimeToLive(Long timeToLive) -
Uses of CacheConfig in net.n2oapp.framework.config.ehcache.monitoring.service
Methods in net.n2oapp.framework.config.ehcache.monitoring.service that return CacheConfig Modifier and Type Method Description CacheConfigCacheConfigService. map(net.sf.ehcache.Ehcache ehcache)Methods in net.n2oapp.framework.config.ehcache.monitoring.service that return types with arguments of type CacheConfig Modifier and Type Method Description net.n2oapp.criteria.api.CollectionPage<CacheConfig>CacheConfigService. getCollectionPage(CacheCriteria cacheCriteria)
-