Uses of Class
com.compoundtheory.objectcache.Config

Packages that use Config
com.compoundtheory.objectcache   
 

Uses of Config in com.compoundtheory.objectcache
 

Methods in com.compoundtheory.objectcache that return Config
 Config CacheConfig.getConfig(java.lang.String clazz)
          Gets a config for a class, if it can't be found, returns the default one
 

Methods in com.compoundtheory.objectcache with parameters of type Config
 void CacheConfig.addConfig(java.lang.String clazz, Config config)
          Add another config to this mechanism for lookup
 

Constructors in com.compoundtheory.objectcache with parameters of type Config
CacheConfig(Config config)
          Constructor that takes the default config
ObjectCache(java.lang.String className, edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor threadPool, Config config)
          Constructor for a new Object Cache