Liferay 6.0.5

com.liferay.portal.cache.ehcache
Class EhcachePortalCache

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

public class EhcachePortalCache
extends BasePortalCache


Constructor Summary
EhcachePortalCache(net.sf.ehcache.Ehcache cache)
           
 
Method Summary
protected  net.sf.ehcache.Element createElement(String key, Object obj)
           
 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()
           
 
Methods inherited from class com.liferay.portal.kernel.cache.BasePortalCache
destroy, isDebug, processKey, setDebug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcachePortalCache

public EhcachePortalCache(net.sf.ehcache.Ehcache cache)
Method Detail

get

public Object get(String key)

get

public Collection<Object> get(Collection<String> keys)

put

public void put(String key,
                Object obj)

put

public void put(String key,
                Object obj,
                int timeToLive)

put

public void put(String key,
                Serializable obj)

put

public void put(String key,
                Serializable obj,
                int timeToLive)

remove

public void remove(String key)

removeAll

public void removeAll()

createElement

protected net.sf.ehcache.Element createElement(String key,
                                               Object obj)

Liferay 6.0.5