MemoryCacheTGetOrAdd Method

Overload List

GetOrAdd(String, FuncT, CacheEntryRemovedCallback) Gets or adds a value, based on result of valueFactory, to the memory cache. Cache defaults to a 1-minute expiration.
GetOrAdd(String, Double, FuncT, CacheEntryRemovedCallback) Gets or adds a value, based on result of valueFactory, to the memory cache.

See Also