A C D G H I M N O P R S U

G

get(String, String) - Method in class com.compoundtheory.objectcache.CacheManager
Retrieve a CFC from the cache
get(String, String) - Method in class com.compoundtheory.objectcache.DummyCacheManager
Will always throw a ObjectNotFoundException
get(String, String) - Method in interface com.compoundtheory.objectcache.ICacheManager
Retrieve a CFC from the cache
get(String) - Method in class com.compoundtheory.objectcache.ObjectCache
Retrieve an object from the cache
getCachedClasses() - Method in class com.compoundtheory.objectcache.CacheManager
gets the set of classes that are stored in this cache
getCachedClasses() - Method in class com.compoundtheory.objectcache.DummyCacheManager
returns an empty set
getCachedClasses() - Method in interface com.compoundtheory.objectcache.ICacheManager
gets the set of classes that are stored in this cache
getCalculatedSize(String) - Method in class com.compoundtheory.objectcache.CacheManager
Returns the calculated size (slow), by looping through a copy of the collection and checking if the soft references are cleared or not
getCalculatedSize() - Method in class com.compoundtheory.objectcache.ObjectCache
Returns the calculated size (slow), by looping through a copy of the collection and checking if the soft references are cleared or not
getCFC() - Method in class com.compoundtheory.objectcache.CachedObject
 
getCfcSoftRef() - Method in class com.compoundtheory.objectcache.CachedObject
 
getConfig(String) - Method in class com.compoundtheory.objectcache.CacheConfig
Gets a config for a class, if it can't be found, returns the default one
getCreated() - Method in class com.compoundtheory.objectcache.CachedObject
 
getEstimatedSize(String) - Method in class com.compoundtheory.objectcache.CacheManager
Returns the estimate size of the cache (fast), does not scan the cache for empty soft references
getEstimatedSize() - Method in class com.compoundtheory.objectcache.ObjectCache
Returns the estimate size of the cache (fast), does not scan the cache for empty soft references
getExpired() - Method in class com.compoundtheory.objectcache.CachedObject
 
getHits() - Method in class com.compoundtheory.objectcache.CachedObject
 
getMaxObjects() - Method in class com.compoundtheory.objectcache.Config
 
getMemento() - Method in class com.compoundtheory.dynamic.Memento
Returns the map value of this memento and its children
getScope() - Method in class com.compoundtheory.objectcache.Config
 
getSecondsAccessedTimeout() - Method in class com.compoundtheory.objectcache.Config
 
getSecondsPersisted() - Method in class com.compoundtheory.objectcache.Config
 

A C D G H I M N O P R S U