open-feature / spec

OpenFeature specification
https://openfeature.dev
Apache License 2.0
595 stars 35 forks source link

docs: include STATIC and CACHED in provider reasons #166

Closed skyerus closed 1 year ago

skyerus commented 1 year ago

This PR

Revives the STATIC reason in order to determine which values are cacheable. Introduces the CACHED reason in order to report to the client that the value has been retrieved from cache.

Related Issues

Fixes #165

Notes

Follow-up Tasks

How to test