public final class FIFOHashbelt extends AbstractHashbelt
Modifier and Type | Field and Description |
---|---|
static String |
TYPE
The type of the cache.
|
DEFAULT_CAPACITY, DEFAULT_CONTAINER_CLASS, DEFAULT_CONTAINERS, DEFAULT_MONITOR, DEFAULT_REAPER_CLASS, DEFAULT_TTL, PARAM_CAPACITY, PARAM_CONTAINER_CLASS, PARAM_CONTAINERS, PARAM_MONITOR, PARAM_REAPER_CLASS, PARAM_TTL
DEFAULT_DEBUG, DEFAULT_NAME, DEFAULT_TYPE, PARAM_DEBUG, PARAM_NAME, PARAM_TYPE
Constructor and Description |
---|
FIFOHashbelt() |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object key) |
String |
getType()
Indicates the type of this cache.
|
Object |
put(Object key,
Object value) |
void |
putAll(Map<? extends Object,? extends Object> map) |
Object |
remove(Object key) |
clear, close, containsKey, containsValue, entrySet, getCapacity, getObjectFromCache, getTTL, initialize, isEmpty, keySet, lock, putObjectIntoCache, removeObjectFromCache, size, values
expire, expireAll, getName, invokeMethod, invokeStaticMethod
public static final String TYPE
Copyright © 2013. All rights reserved.