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
System.Nullable<T> SetValue<T>(string key, System.Func<Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,T> factory) where T : struct;
T
key System.String
key
factory System.Func<Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,T>
factory
System.Nullable<T>
Does NOT internally serialize to JSON