@Deprecated public class BlockingPortalCache<K extends java.io.Serializable,V> extends PortalCacheWrapper<K,V>
portalCacheDEFAULT_TIME_TO_LIVE| Constructor and Description |
|---|
BlockingPortalCache(PortalCache<K,V> portalCache)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key)
Deprecated.
|
boolean |
isBlocking()
Deprecated.
|
void |
put(K key,
V value)
Deprecated.
|
void |
put(K key,
V value,
int timeToLive)
Deprecated.
|
void |
remove(K key)
Deprecated.
|
void |
removeAll()
Deprecated.
|
getKeys, getPortalCacheManager, getPortalCacheName, getWrappedPortalCache, isMVCC, registerPortalCacheListener, registerPortalCacheListener, setPortalCache, unregisterPortalCacheListener, unregisterPortalCacheListenerspublic BlockingPortalCache(PortalCache<K,V> portalCache)
public V get(K key)
get in interface PortalCache<K extends java.io.Serializable,V>get in class PortalCacheWrapper<K extends java.io.Serializable,V>public boolean isBlocking()
isBlocking in interface PortalCache<K extends java.io.Serializable,V>isBlocking in class PortalCacheWrapper<K extends java.io.Serializable,V>public void put(K key, V value)
put in interface PortalCache<K extends java.io.Serializable,V>put in class PortalCacheWrapper<K extends java.io.Serializable,V>public void put(K key, V value, int timeToLive)
put in interface PortalCache<K extends java.io.Serializable,V>put in class PortalCacheWrapper<K extends java.io.Serializable,V>public void remove(K key)
remove in interface PortalCache<K extends java.io.Serializable,V>remove in class PortalCacheWrapper<K extends java.io.Serializable,V>public void removeAll()
removeAll in interface PortalCache<K extends java.io.Serializable,V>removeAll in class PortalCacheWrapper<K extends java.io.Serializable,V>