Overload | Description |
---|---|
Set<T>(CacheItem,CacheItemPolicy) | Inserts or update the cache entry in the cache as a System.Runtime.Caching.CacheItem instance, specifying information about how the entry will be evicted. |
Set<T>(String,T,DateTimeOffset,String) | Insert or update a cache entry in the cache, specifying time-based expiration details. |
Set<T>(String,T,CacheItemPolicy,String) | Insert or update a cache entry into the cache. |
Set<T>(String,T,String) | Insert or update a cache entry into the cache |