Class PathCacheConfig
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class PathCacheConfig
- Inheritance
-
PathCacheConfig
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Lifespan
[JsonPropertyName("lifespan")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Lifespan { get; set; }
Property Value
- long?
MaxEntries
[JsonPropertyName("max-entries")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? MaxEntries { get; set; }
Property Value
- int?