|
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.cache.MultiVMPoolImpl
public class MultiVMPoolImpl
| Constructor Summary | |
|---|---|
MultiVMPoolImpl()
|
|
| 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 obj)
Deprecated. |
void |
put(PortalCache portalCache,
String key,
Serializable obj)
Deprecated. |
void |
put(String name,
String key,
Object obj)
|
void |
put(String name,
String key,
Serializable obj)
|
void |
remove(PortalCache portalCache,
String key)
Deprecated. |
void |
remove(String name,
String key)
|
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 MultiVMPoolImpl()
| Method Detail |
|---|
public void clear()
clear in interface MultiVMPoolpublic void clear(String name)
clear in interface MultiVMPool
public Object get(String name,
String key)
get in interface MultiVMPool
public Object get(PortalCache portalCache,
String key)
get in interface MultiVMPoolpublic PortalCache getCache(String name)
getCache in interface MultiVMPool
public PortalCache getCache(String name,
boolean blocking)
getCache in interface MultiVMPool
public void put(String name,
String key,
Object obj)
put in interface MultiVMPool
public void put(PortalCache portalCache,
String key,
Object obj)
put in interface MultiVMPool
public void put(String name,
String key,
Serializable obj)
put in interface MultiVMPool
public void put(PortalCache portalCache,
String key,
Serializable obj)
put in interface MultiVMPool
public void remove(String name,
String key)
remove in interface MultiVMPool
public void remove(PortalCache portalCache,
String key)
remove in interface MultiVMPoolpublic void setPortalCacheManager(PortalCacheManager portalCacheManager)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||