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.Threading.Tasks.Task<System.Nullable<T>> SetValueAsync<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.Threading.Tasks.Task<System.Nullable<T>>
Implements SetValueAsync(string, T, DistributedCacheEntryOptions)
Does NOT internally serialize to JSON