Skip to content

Commit 7cc7ab4

Browse files
authored
1 parent 9e67a9f commit 7cc7ab4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/OpenFeature/Constant/Reason.cs

+10
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ public static class Reason
2626
/// </summary>
2727
public static string Default = "DEFAULT";
2828

29+
/// <summary>
30+
/// The resolved value is static (no dynamic evaluation)
31+
/// </summary>
32+
public static string Static = "STATIC";
33+
34+
/// <summary>
35+
/// The resolved value was retrieved from cache
36+
/// </summary>
37+
public static string Cached = "CACHED";
38+
2939
/// <summary>
3040
/// Use when an unknown reason is encountered when evaluating flag.
3141
/// An example of this is if the feature provider returns a reason that is not defined in the spec

0 commit comments

Comments
 (0)