org.exoplatform.services.cache
Interface CacheListener
- All Known Implementing Classes:
- DistributedCacheListener, LoggingCacheListener
public interface CacheListener
Created by The eXo Platform SAS Author : Tuan Nguyen
tuan08@users.sourceforge.net Sep 19, 2005
onExpire
void onExpire(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Throws:
Exception
onRemove
void onRemove(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Throws:
Exception
onPut
void onPut(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Throws:
Exception
onGet
void onGet(ExoCache cache,
Serializable key,
Object obj)
throws Exception
- Throws:
Exception
onClearCache
void onClearCache(ExoCache cache)
throws Exception
- Throws:
Exception
Copyright © 2009 eXo Platform SAS. All Rights Reserved.