org.exoplatform.services.cache.impl
Class LoggingCacheListener
java.lang.Object
org.exoplatform.services.cache.impl.LoggingCacheListener
- All Implemented Interfaces:
- CacheListener
public class LoggingCacheListener
- extends java.lang.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 java.lang.Exception
- Specified by:
onClearCache in interface CacheListener
- Throws:
java.lang.Exception
onExpire
public void onExpire(ExoCache cache,
java.io.Serializable key,
java.lang.Object obj)
throws java.lang.Exception
- Specified by:
onExpire in interface CacheListener
- Throws:
java.lang.Exception
onGet
public void onGet(ExoCache cache,
java.io.Serializable key,
java.lang.Object obj)
throws java.lang.Exception
- Specified by:
onGet in interface CacheListener
- Throws:
java.lang.Exception
onPut
public void onPut(ExoCache cache,
java.io.Serializable key,
java.lang.Object obj)
throws java.lang.Exception
- Specified by:
onPut in interface CacheListener
- Throws:
java.lang.Exception
onRemove
public void onRemove(ExoCache cache,
java.io.Serializable key,
java.lang.Object obj)
throws java.lang.Exception
- Specified by:
onRemove in interface CacheListener
- Throws:
java.lang.Exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.