Uses of Class
org.wso2.carbon.mediator.cache.CachableResponse
-
Packages that use CachableResponse Package Description org.wso2.carbon.mediator.cache org.wso2.carbon.mediator.cache.util -
-
Uses of CachableResponse in org.wso2.carbon.mediator.cache
Methods in org.wso2.carbon.mediator.cache that return types with arguments of type CachableResponse Modifier and Type Method Description com.google.common.cache.LoadingCache<String,CachableResponse>
CacheMediator. getMediatorCache()
Creates default cache to keep mediator cache. -
Uses of CachableResponse in org.wso2.carbon.mediator.cache.util
Methods in org.wso2.carbon.mediator.cache.util with parameters of type CachableResponse Modifier and Type Method Description static boolean
HttpCachingFilter. isValidCacheEntry(CachableResponse cachedResponse, org.apache.synapse.MessageContext synCtx)
If the cached response is expired, response needs to be fetched again.static void
HttpCachingFilter. setAgeHeader(CachableResponse cachedResponse, org.apache.axis2.context.MessageContext msgCtx)
This method sets the Age header.static void
HttpCachingFilter. setResponseCachedTime(Map<String,String> headers, CachableResponse response)
Set the response fetched time in milliseconds.
-