We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Store a value type against the specified key
public override System.Nullable<T> SetValue<T>(string key, T value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options) where T : struct;
T
key System.String
key
value T
value
options Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions
options
System.Nullable<T>
Implements SetValue(string, T, DistributedCacheEntryOptions)
Does NOT internally serialize to JSON