org.exoplatform.services.cache.impl
Class LoggingCacheListener
java.lang.Object
org.exoplatform.services.cache.impl.LoggingCacheListener
- All Implemented Interfaces:
- CacheListener
public class LoggingCacheListener
- extends Object
- implements CacheListener
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
Oct 4, 2008
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingCacheListener
public LoggingCacheListener()
onClearCache
public void onClearCache(ExoCache cache)
throws Exception
- Specified by:
onClearCache in interface CacheListener
- Throws:
Exception
onExpire
public void onExpire(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Specified by:
onExpire in interface CacheListener
- Throws:
Exception
onGet
public void onGet(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Specified by:
onGet in interface CacheListener
- Throws:
Exception
onPut
public void onPut(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Specified by:
onPut in interface CacheListener
- Throws:
Exception
onRemove
public void onRemove(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Specified by:
onRemove in interface CacheListener
- Throws:
Exception
Copyright © 2009 eXo Platform SAS. All Rights Reserved.