| Overload | Description |
|---|---|
| Set<T>(CacheItem,CacheItemPolicy) | Insert or update an item into the cache |
| Set<T>(String,T,DateTimeOffset,String) | Insert or update a cache entry in the cache, specifying time-based expiration details. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
| Set<T>(String,T,CacheItemPolicy,String) | Insert or update a cache entry into the cache. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
| Set<T>(String,T,String) | Insert or update a cache entry into the cache (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |