You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-config.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -522,6 +522,10 @@ services:
522
522
- key: "ResourceCache:CacheImplementation"
523
523
description: "The resource cache implementation to register. Defaults to Hybrid; supported values are Hybrid, Redis, and ABS. Redis and Hybrid use ConnectionStrings:Redis and Redis:Password."
524
524
required: false
525
+
- key: "ResourceCache:Redis:CacheEntryTtlDays"
526
+
description: "The number of days Redis resource-cache entries remain after their most recent write. Defaults to 7."
description: "Optional percentage of ResourceCache:Redis:MaxMemoryBytes at which Hybrid caching falls back to blob storage. Defaults to 80.0."
527
531
required: false
@@ -559,6 +563,10 @@ services:
559
563
- key: "ResourceCache:CacheImplementation"
560
564
description: "The resource cache implementation to register. Defaults to Hybrid; supported values are Hybrid, Redis, and ABS. Redis and Hybrid use ConnectionStrings:Redis and Redis:Password."
561
565
required: false
566
+
- key: "ResourceCache:Redis:CacheEntryTtlDays"
567
+
description: "The number of days Redis resource-cache entries remain after their most recent write. Defaults to 7."
0 commit comments