Show / Hide Table of Contents

Class NoCache

Configures the gateway with no caching. Cache lookup and store policies will not be supported.

Inheritance
object
ResponseCacheDetails
NoCache
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class NoCache : ResponseCacheDetails
In this article
Back to top