Package org.wso2.carbon.mediator.cache
Interface MediatorCacheInvalidatorMBean
-
- All Known Implementing Classes:
MediatorCacheInvalidator
public interface MediatorCacheInvalidatorMBean
The interface for MBean used to invalidate the cache mediator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invalidateTheWholeCache()
This abstract method should be implemented to invalidate the whole mediator Cache.
-