|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundedCache.Policy | |
---|---|
fc.util.cache |
Uses of BoundedCache.Policy in fc.util.cache |
---|
Methods in fc.util.cache that return BoundedCache.Policy | |
---|---|
static BoundedCache.Policy |
BoundedCache.Policy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BoundedCache.Policy[] |
BoundedCache.Policy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in fc.util.cache with parameters of type BoundedCache.Policy | |
---|---|
BoundedCache(BoundedCache.Policy cachePolicy,
int bound)
Creates a memory cache with a system-assigned name, logger and the specified policy and bound. |
|
BoundedCache(Log log,
java.lang.String name,
BoundedCache.Policy cachePolicy,
int bound)
Instantiates this class with the specified name, logger, policy and cache size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |