com.liferay.portal.cache.memcached
Class MemcachePortalCache
java.lang.Object
com.liferay.portal.kernel.cache.BasePortalCache
com.liferay.portal.cache.memcached.MemcachePortalCache
- All Implemented Interfaces:
- PortalCache
public class MemcachePortalCache
- extends BasePortalCache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemcachePortalCache
public MemcachePortalCache(String name,
net.spy.memcached.MemcachedClientIF memcachedClient,
int timeout,
TimeUnit timeoutTimeUnit)
destroy
public void destroy()
- Specified by:
destroy
in interface PortalCache
- Overrides:
destroy
in class BasePortalCache
get
public Collection<Object> get(Collection<String> keys)
get
public Object get(String key)
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()
setTimeToLive
public void setTimeToLive(int timeToLive)