|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.cache.SingleVMPoolImpl
public class SingleVMPoolImpl
Constructor Summary | |
---|---|
SingleVMPoolImpl()
|
Method Summary | |
---|---|
void |
clear()
|
void |
clear(String name)
|
Object |
get(PortalCache portalCache,
String key)
Deprecated. |
Object |
get(String name,
String key)
|
PortalCache |
getCache(String name)
|
PortalCache |
getCache(String name,
boolean blocking)
|
void |
put(PortalCache portalCache,
String key,
Object value)
Deprecated. |
void |
put(PortalCache portalCache,
String key,
Object value,
int timeToLive)
Deprecated. |
void |
put(PortalCache portalCache,
String key,
Serializable value)
Deprecated. |
void |
put(PortalCache portalCache,
String key,
Serializable value,
int timeToLive)
Deprecated. |
void |
put(String name,
String key,
Object value)
|
void |
put(String name,
String key,
Serializable value)
|
void |
remove(PortalCache portalCache,
String key)
Deprecated. |
void |
remove(String name,
String key)
|
void |
removeCache(String name)
|
void |
setPortalCacheManager(PortalCacheManager portalCacheManager)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleVMPoolImpl()
Method Detail |
---|
public void clear()
clear
in interface SingleVMPool
public void clear(String name)
clear
in interface SingleVMPool
public Object get(PortalCache portalCache, String key)
get
in interface SingleVMPool
public Object get(String name, String key)
get
in interface SingleVMPool
public PortalCache getCache(String name)
getCache
in interface SingleVMPool
public PortalCache getCache(String name, boolean blocking)
getCache
in interface SingleVMPool
public void put(PortalCache portalCache, String key, Object value)
put
in interface SingleVMPool
public void put(PortalCache portalCache, String key, Object value, int timeToLive)
put
in interface SingleVMPool
public void put(PortalCache portalCache, String key, Serializable value)
put
in interface SingleVMPool
public void put(PortalCache portalCache, String key, Serializable value, int timeToLive)
put
in interface SingleVMPool
public void put(String name, String key, Object value)
put
in interface SingleVMPool
public void put(String name, String key, Serializable value)
put
in interface SingleVMPool
public void remove(PortalCache portalCache, String key)
remove
in interface SingleVMPool
public void remove(String name, String key)
remove
in interface SingleVMPool
public void removeCache(String name)
removeCache
in interface SingleVMPool
public void setPortalCacheManager(PortalCacheManager portalCacheManager)
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |