Uses of Class
org.terracotta.cache.MutableConfig

Packages that use MutableConfig
org.terracotta.cache   
 

Uses of MutableConfig in org.terracotta.cache
 

Methods in org.terracotta.cache that return MutableConfig
 MutableConfig MutableConfig.setLoggingEnabled(boolean loggingEnabled)
           
 MutableConfig MutableConfig.setMaxTTISeconds(int maxTTISeconds)
           
 MutableConfig MutableConfig.setMaxTTLSeconds(int maxTTLSeconds)
           
 MutableConfig MutableConfig.setName(String name)
           
 MutableConfig MutableConfig.setOrphanEvictionEnabled(boolean orphanEvictionEnabled)
           
 MutableConfig MutableConfig.setOrphanEvictionPeriod(int orphanEvictionPeriod)
           
 MutableConfig MutableConfig.setTargetMaxInMemoryCount(int targetMaxInMemoryCount)
           
 MutableConfig MutableConfig.setTargetMaxTotalCount(int targetMaxTotalCount)
           
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.