Package org.exoplatform.services.cache
Interface CacheListenerContext
-
- All Known Implementing Classes:
ListenerContext
public interface CacheListenerContextA context for a cache listener.- Version:
- $Revision$
- Author:
- Julien Viet
- eXo level API
- Platform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheInfogetCacheInfo()Returns cache infos.
-
-
-
Method Detail
-
getCacheInfo
CacheInfo getCacheInfo()
Returns cache infos.- Returns:
- cache info
-
-