Uses of Class
com.oracle.bmc.apigateway.model.ResponseCacheStorePolicy
-
Packages that use ResponseCacheStorePolicy Package Description com.oracle.bmc.apigateway.model -
-
Uses of ResponseCacheStorePolicy in com.oracle.bmc.apigateway.model
Subclasses of ResponseCacheStorePolicy in com.oracle.bmc.apigateway.model Modifier and Type Class Description class
FixedTTLResponseCacheStorePolicy
How a response from a backend is cached in the Response Cache.Methods in com.oracle.bmc.apigateway.model that return ResponseCacheStorePolicy Modifier and Type Method Description ResponseCacheStorePolicy
ApiSpecificationRouteResponsePolicies. getResponseCacheStore()
Methods in com.oracle.bmc.apigateway.model with parameters of type ResponseCacheStorePolicy Modifier and Type Method Description ApiSpecificationRouteResponsePolicies.Builder
ApiSpecificationRouteResponsePolicies.Builder. responseCacheStore(ResponseCacheStorePolicy responseCacheStore)
Constructors in com.oracle.bmc.apigateway.model with parameters of type ResponseCacheStorePolicy Constructor Description ApiSpecificationRouteResponsePolicies(HeaderTransformationPolicy headerTransformations, ResponseCacheStorePolicy responseCacheStore)
Deprecated.
-