|
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.memory.MemoryPortalCache
public class MemoryPortalCache
| Constructor Summary | |
|---|---|
MemoryPortalCache(int initialCapacity)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class com.liferay.portal.kernel.cache.BasePortalCache |
|---|
destroy, isDebug, processKey, setDebug |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryPortalCache(int initialCapacity)
| Method Detail |
|---|
public 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()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||