|
eXo Kernel :: Component :: Cache Service 2.4.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.cache.impl.LoggingCacheListener
public class LoggingCacheListener
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Oct 4, 2008
| Constructor Summary | |
|---|---|
LoggingCacheListener()
|
|
| Method Summary | |
|---|---|
void |
onClearCache(CacheListenerContext context)
The cache is globally cleared. |
void |
onExpire(CacheListenerContext context,
Serializable key,
Object obj)
An entry is expired from the cache. |
void |
onGet(CacheListenerContext context,
Serializable key,
Object obj)
An entry is retrieved from the cache. |
void |
onPut(CacheListenerContext context,
Serializable key,
Object obj)
An entry is inserted in the cache. |
void |
onRemove(CacheListenerContext context,
Serializable key,
Object obj)
An entry is removed from the cache. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingCacheListener()
| Method Detail |
|---|
public void onClearCache(CacheListenerContext context)
throws Exception
CacheListener
onClearCache in interface CacheListenercontext - the listener context
Exception - any exception
public void onExpire(CacheListenerContext context,
Serializable key,
Object obj)
throws Exception
CacheListener
onExpire in interface CacheListenercontext - the listener contextkey - the entry keyobj - the entry value
Exception - any exception
public void onGet(CacheListenerContext context,
Serializable key,
Object obj)
throws Exception
CacheListener
onGet in interface CacheListenercontext - the listener contextkey - the entry keyobj - the entry value
Exception - any exception
public void onPut(CacheListenerContext context,
Serializable key,
Object obj)
throws Exception
CacheListener
onPut in interface CacheListenercontext - the listener contextkey - the entry keyobj - the entry value
Exception - any exception
public void onRemove(CacheListenerContext context,
Serializable key,
Object obj)
throws Exception
CacheListener
onRemove in interface CacheListenercontext - the listener contextkey - the entry keyobj - the entry value
Exception - any exception
|
eXo Kernel :: Component :: Cache Service 2.4.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||