Uses of Interface
javax.cache.CacheInvalidationRequestPropagator
-
Packages that use CacheInvalidationRequestPropagator Package Description org.wso2.carbon.caching.impl org.wso2.carbon.caching.impl.internal -
-
Uses of CacheInvalidationRequestPropagator in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl that return types with arguments of type CacheInvalidationRequestPropagator Modifier and Type Method Description List<CacheInvalidationRequestPropagator>DataHolder. getCacheInvalidationRequestPropagators()Methods in org.wso2.carbon.caching.impl with parameters of type CacheInvalidationRequestPropagator Modifier and Type Method Description voidDataHolder. addCacheInvalidationRequestPropagator(CacheInvalidationRequestPropagator cacheInvalidationRequestPropagator)voidDataHolder. removeCacheInvalidationRequestPropagator(CacheInvalidationRequestPropagator cacheInvalidationRequestPropagator) -
Uses of CacheInvalidationRequestPropagator in org.wso2.carbon.caching.impl.internal
Methods in org.wso2.carbon.caching.impl.internal with parameters of type CacheInvalidationRequestPropagator Modifier and Type Method Description protected voidCachingServiceComponent. addCacheInvalidationRequestPropagator(CacheInvalidationRequestPropagator cacheInvalidationRequestPropagator)protected voidCachingServiceComponent. removeCacheInvalidationRequestPropagator(CacheInvalidationRequestPropagator cacheInvalidationRequestPropagator)
-