|
Liferay 6.1.0-ce-ga1 | |||||||||
| 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 value)
Deprecated. |
void |
put(PortalCache portalCache,
String key,
Serializable value)
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 MultiVMPoolImpl()
| Method Detail |
|---|
public void clear()
clear in interface MultiVMPoolpublic void clear(String name)
clear in interface MultiVMPool
public Object get(PortalCache portalCache,
String key)
get in interface MultiVMPool
public Object get(String name,
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(PortalCache portalCache,
String key,
Object value)
put in interface MultiVMPool
public void put(PortalCache portalCache,
String key,
Serializable value)
put in interface MultiVMPool
public void put(String name,
String key,
Object value)
put in interface MultiVMPool
public void put(String name,
String key,
Serializable value)
put in interface MultiVMPool
public void remove(PortalCache portalCache,
String key)
remove in interface MultiVMPool
public void remove(String name,
String key)
remove in interface MultiVMPoolpublic void removeCache(String name)
removeCache in interface MultiVMPoolpublic void setPortalCacheManager(PortalCacheManager portalCacheManager)
|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||