We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Retrieves or creates a value type against the specified key
System.Nullable<T> GetOrCreateValue<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 (de)serialize (from)/to JSON