Class SimpleLookupPolicy
Provides ability to vary the cache key using context expressions.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class SimpleLookupPolicy : ResponseCacheLookupPolicyProperties
CacheKeyAdditions
Declaration
[JsonProperty(PropertyName = "cacheKeyAdditions")]
public List<string> CacheKeyAdditions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available. |