|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.cache.BasePortalCache
com.liferay.portal.cache.memcached.MemcachePortalCache
public class MemcachePortalCache
| Constructor Summary | |
|---|---|
MemcachePortalCache(String name,
net.spy.memcached.MemcachedClientIF memcachedClient,
int timeout,
TimeUnit timeoutTimeUnit)
|
|
| 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 |
setTimeToLive(int timeToLive)
|
| Methods inherited from class com.liferay.portal.kernel.cache.BasePortalCache |
|---|
isDebug, processKey, setDebug |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemcachePortalCache(String name,
net.spy.memcached.MemcachedClientIF memcachedClient,
int timeout,
TimeUnit timeoutTimeUnit)
| Method Detail |
|---|
public void destroy()
destroy in interface PortalCachedestroy in class BasePortalCachepublic Collection<Object> get(Collection<String> keys)
public Object get(String key)
public void put(String key,
Object obj)
public void put(String key,
Object obj,
int timeToLive)
public void put(String key,
Serializable obj)
public void put(String key,
Serializable obj,
int timeToLive)
public void remove(String key)
public void removeAll()
public void setTimeToLive(int timeToLive)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||