Uses of Class
io.apiman.gateway.engine.policies.config.CachingConfig
-
Packages that use CachingConfig Package Description io.apiman.gateway.engine.policies -
-
Uses of CachingConfig in io.apiman.gateway.engine.policies
Methods in io.apiman.gateway.engine.policies that return types with arguments of type CachingConfig Modifier and Type Method Description Class<CachingConfig>CachingPolicy. getConfigurationClass()Deprecated.Methods in io.apiman.gateway.engine.policies with parameters of type CachingConfig Modifier and Type Method Description protected voidCachingPolicy. doApply(ApiRequest request, IPolicyContext context, CachingConfig config, IPolicyChain<ApiRequest> chain)Deprecated.protected voidCachingPolicy. doApply(ApiResponse response, IPolicyContext context, CachingConfig config, IPolicyChain<ApiResponse> chain)Deprecated.protected IReadWriteStream<ApiRequest>CachingPolicy. requestDataHandler(ApiRequest request, IPolicyContext context, CachingConfig policyConfiguration)Deprecated.protected IReadWriteStream<ApiResponse>CachingPolicy. responseDataHandler(ApiResponse response, IPolicyContext context, CachingConfig policyConfiguration)Deprecated.
-