Uses of Class
org.terracotta.cache.impl.MutableConfig

Packages that use MutableConfig
org.terracotta.cache.impl   
 

Uses of MutableConfig in org.terracotta.cache.impl
 

Methods in org.terracotta.cache.impl 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 © 2010 Terracotta, Inc.. All Rights Reserved.