Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
H
I
M
N
O
P
R
S
U
C
CacheConfig
- Class in
com.compoundtheory.objectcache
The Config querying service, for looking for specific configurations for specific classes
CacheConfig()
- Constructor for class com.compoundtheory.objectcache.
CacheConfig
CacheConfig(Config)
- Constructor for class com.compoundtheory.objectcache.
CacheConfig
Constructor that takes the default config
CachedObject
- Class in
com.compoundtheory.objectcache
Class that wraps an object that is being cached and provide meta data information about it's cached state
CachedObject(SoftReference, int, int)
- Constructor for class com.compoundtheory.objectcache.
CachedObject
sets up an empty cached object
CacheManager
- Class in
com.compoundtheory.objectcache
This is a cache manager for a set of classes
CacheManager(CacheConfig, ThreadPoolExecutor)
- Constructor for class com.compoundtheory.objectcache.
CacheManager
Constructor, requires the config object
calculateFitness()
- Method in class com.compoundtheory.objectcache.
CachedObject
Calculates the fitness of this object being persisted in the pool
clear()
- Method in class com.compoundtheory.objectcache.
CachedObject
CLEAR_CFC_KEY
- Static variable in class com.compoundtheory.objectcache.
ObjectCache
CLEAR_SOFTREF_KEY
- Static variable in class com.compoundtheory.objectcache.
ObjectCache
com.compoundtheory.dynamic
- package com.compoundtheory.dynamic
com.compoundtheory.objectcache
- package com.compoundtheory.objectcache
Config
- Class in
com.compoundtheory.objectcache
A Cache configuration for a specific class
Config()
- Constructor for class com.compoundtheory.objectcache.
Config
Config(int, int, int)
- Constructor for class com.compoundtheory.objectcache.
Config
Constructor
Config(int, int, int, String)
- Constructor for class com.compoundtheory.objectcache.
Config
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
H
I
M
N
O
P
R
S
U