Uses of Class
javax.cache.CacheEntryInfo
-
Packages that use CacheEntryInfo Package Description javax.cache org.wso2.carbon.caching.impl org.wso2.carbon.caching.impl.clustering -
-
Uses of CacheEntryInfo in javax.cache
Methods in javax.cache with parameters of type CacheEntryInfo Modifier and Type Method Description voidCacheInvalidationRequestSender. send(CacheEntryInfo cacheEntryInfo)Called when CacheInvalidationMessage to Send into other nodes. -
Uses of CacheEntryInfo in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl that return CacheEntryInfo Modifier and Type Method Description static CacheEntryInfoUtil. createCacheInfo(CacheEntryEvent cacheEntryEvent)Returnn the CacheInfo Object from CacheEntry -
Uses of CacheEntryInfo in org.wso2.carbon.caching.impl.clustering
Methods in org.wso2.carbon.caching.impl.clustering with parameters of type CacheEntryInfo Modifier and Type Method Description voidClusterCacheInvalidationRequestSender. send(CacheEntryInfo cacheEntryInfo)
-