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
description: Configurations specific for flag evaluations in OFREP provider implementation
@@ -400,3 +409,15 @@ components:
400
409
- 60000
401
410
required:
402
411
- name
412
+
featureCaching:
413
+
type: object
414
+
description: Configuration of the caching mechanism in the provider (used by server providers)
415
+
properties:
416
+
enabled:
417
+
type: boolean
418
+
description: set to true if you want the provider to cache the evaluation results
419
+
ttl:
420
+
type: number
421
+
examples:
422
+
- 1000
423
+
description: number (in millisecond) to wait before invalidating the cache. If we have cacheInvalidation enabled, the cache can also be evicted if a configuration change happen.
0 commit comments