|
eXo Kernel :: Component :: Cache Service 2.5.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.cache.concurrent.ListenerContext<K,V>
public class ListenerContext<K,V>
| Constructor Summary | |
|---|---|
ListenerContext(CacheListener<? super K,? super V> listener,
ConcurrentFIFOExoCache cache)
|
|
| Method Summary | |
|---|---|
CacheInfo |
getCacheInfo()
Returns cache infos. |
long |
getLiveTime()
Returns the cache entry life time in seconds. |
int |
getMaxSize()
Returns the cache max size. |
String |
getName()
Returns the cache name. |
int |
getSize()
Returns the cache size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListenerContext(CacheListener<? super K,? super V> listener,
ConcurrentFIFOExoCache cache)
| Method Detail |
|---|
public CacheInfo getCacheInfo()
CacheListenerContext
getCacheInfo in interface CacheListenerContextpublic String getName()
CacheInfo
getName in interface CacheInfopublic int getMaxSize()
CacheInfo
getMaxSize in interface CacheInfopublic long getLiveTime()
CacheInfo
getLiveTime in interface CacheInfopublic int getSize()
CacheInfo
getSize in interface CacheInfo
|
eXo Kernel :: Component :: Cache Service 2.5.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||