We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Store a value which can be retrieved with a token
public string StoreOnKeyToken<T>(string key, T value, System.Text.Json.JsonSerializerOptions jsonOptions=null) where T : class;
T
key System.String Separator key
key
value T Item to be cached
value
jsonOptions System.Text.Json.JsonSerializerOptions
jsonOptions
System.String
Implements StoreOnKeyToken(string, T, JsonSerializerOptions)