Uses of Interface
javax.cache.CacheInvalidationRequestSender
-
Packages that use CacheInvalidationRequestSender Package Description org.wso2.carbon.caching.impl org.wso2.carbon.caching.impl.clustering org.wso2.carbon.caching.impl.internal -
-
Uses of CacheInvalidationRequestSender in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl that return CacheInvalidationRequestSender Modifier and Type Method Description static CacheInvalidationRequestSenderUtil. getCacheInvalidationRequestSender()Return CacheInvalidationRequestSender ConfiguredMethods in org.wso2.carbon.caching.impl that return types with arguments of type CacheInvalidationRequestSender Modifier and Type Method Description Map<String,CacheInvalidationRequestSender>DataHolder. getCacheInvalidationRequestSenders()Methods in org.wso2.carbon.caching.impl with parameters of type CacheInvalidationRequestSender Modifier and Type Method Description voidDataHolder. addCacheInvalidationRequestSender(String name, CacheInvalidationRequestSender cacheInvalidationRequestSender) -
Uses of CacheInvalidationRequestSender in org.wso2.carbon.caching.impl.clustering
Classes in org.wso2.carbon.caching.impl.clustering that implement CacheInvalidationRequestSender Modifier and Type Class Description classClusterCacheInvalidationRequestSenderListens for cache entry removals and updates, and sends a cache invalidation request to the other members in the cluster. -
Uses of CacheInvalidationRequestSender in org.wso2.carbon.caching.impl.internal
Methods in org.wso2.carbon.caching.impl.internal with parameters of type CacheInvalidationRequestSender Modifier and Type Method Description protected voidCachingServiceComponent. addCacheInvalidationRequestSender(CacheInvalidationRequestSender cacheInvalidationRequestSender)protected voidCachingServiceComponent. removeCacheInvalidationRequestSender(CacheInvalidationRequestSender cacheInvalidationRequestSender)
-