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
@@ -390,4 +399,16 @@ components:
390
399
examples:
391
400
- 60000
392
401
required:
393
-
- name
402
+
- name
403
+
featureCaching:
404
+
type: object
405
+
description: Configuration of the caching mechanism in the provider (used by server providers)
406
+
properties:
407
+
enabled:
408
+
type: boolean
409
+
description: set to true if you want the provider to cache the evaluation results
410
+
ttl:
411
+
type: number
412
+
examples:
413
+
- 1000
414
+
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