Liferay 6.0.5

com.liferay.portal.kernel.cache
Class BlockingPortalCache

java.lang.Object
  extended by com.liferay.portal.kernel.cache.BlockingPortalCache
All Implemented Interfaces:
PortalCache

public class BlockingPortalCache
extends Object
implements PortalCache


Constructor Summary
BlockingPortalCache(PortalCache portalCache)
           
 
Method Summary
 void destroy()
           
 Collection<Object> get(Collection<String> keys)
           
 Object get(String key)
           
 void put(String key, Object obj)
           
 void put(String key, Object obj, int timeToLive)
           
 void put(String key, Serializable obj)
           
 void put(String key, Serializable obj, int timeToLive)
           
 void remove(String key)
           
 void removeAll()
           
 void setDebug(boolean debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingPortalCache

public BlockingPortalCache(PortalCache portalCache)
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface PortalCache

get

public Collection<Object> get(Collection<String> keys)
Specified by:
get in interface PortalCache

get

public Object get(String key)
Specified by:
get in interface PortalCache

put

public void put(String key,
                Object obj)
Specified by:
put in interface PortalCache

put

public void put(String key,
                Object obj,
                int timeToLive)
Specified by:
put in interface PortalCache

put

public void put(String key,
                Serializable obj)
Specified by:
put in interface PortalCache

put

public void put(String key,
                Serializable obj,
                int timeToLive)
Specified by:
put in interface PortalCache

remove

public void remove(String key)
Specified by:
remove in interface PortalCache

removeAll

public void removeAll()
Specified by:
removeAll in interface PortalCache

setDebug

public void setDebug(boolean debug)
Specified by:
setDebug in interface PortalCache

Liferay 6.0.5