public class BlockingPortalCache<K extends java.io.Serializable,V> extends PortalCacheWrapper<K,V>
portalCache
Constructor and Description |
---|
BlockingPortalCache(com.liferay.portal.kernel.cache.PortalCache<K,V> portalCache) |
Modifier and Type | Method and Description |
---|---|
V |
get(K key) |
void |
put(K key,
V value) |
void |
put(K key,
V value,
int timeToLive) |
void |
remove(K key) |
void |
removeAll() |
getKeys, getName, getPortalCacheManager, getPortalCacheName, getWrappedPortalCache, registerPortalCacheListener, registerPortalCacheListener, setPortalCache, unregisterPortalCacheListener, unregisterPortalCacheListeners