org.castor.cache.distributed
Class AbstractDistributedCache
- Cache, Map
public abstract class AbstractDistributedCache
Base implementation of all distributed cache types.
$Revision: 6907 $ $Date: 2006-05-05 13:53:54 -0600 (Fri, 05 May 2006) $
clear
public final void clear()
containsKey
public final boolean containsKey(Object key)
java.util.Map.containsKey(java.lang.Object)
containsValue
public final boolean containsValue(Object value)
java.util.Map.containsValue(java.lang.Object)
entrySet
public final Set entrySet()
get
public final Object get(Object key)
java.util.Map.get(java.lang.Object)
getCache
protected final Map getCache()
Get the cache instance.
isEmpty
public final boolean isEmpty()
keySet
public final Set keySet()
put
public final Object put(Object key,
Object value)
java.util.Map.put(java.lang.Object, java.lang.Object)
putAll
public final void putAll(Map map)
java.util.Map.putAll(java.util.Map)
remove
public final Object remove(Object key)
java.util.Map.remove(java.lang.Object)
setCache
protected final void setCache(Map cache)
Set the cache instance.
cache
- The cache instance.
size
public final int size()
values
public final Collection values()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com