Overload | Description |
---|---|
Set<T>(String,T,String) | Set a cache value. The default expiration for the primary and secondary cache providers are used. |
Set<T>(CacheItem,CacheItemPolicy) | Set a cache value with the same expiration policy for both the primary and secondary cache providers. |
Set<T>(String,T,CacheItemPolicy,String) | Inserts or updates a cache entry in the cache. The passed expiration policy will be used for both the primary and secondary cache providers. |
Set<T>(SmartParms,T) | Insert or update a cache value. |
Set<T>(String,T,DateTimeOffset,String) | Inserts or updates an item in the cache. The passed in absolute expiration will be used for both the primary and secondary cache providers. |