Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > FileCache Class : Set Method |
Overload | Description |
---|---|
Set(String,Object,CacheItemPolicy,String) | Adds a key/value pair item into the cache. |
Set(CacheItem,CacheItemPolicy) | Adds an item into the cache. |
Set(String,Object,DateTime,String) | Adds a key/value pair item into the cache with the specified absolute expiration date. |
Set<T>(CacheItem<T>,CacheItemPolicy) | Adds an item into the cache. |
Set<T>(String,T,CacheItemPolicy,String) | Adds a key/value pair item into the cache. |
Set<T>(String,T,DateTime,String) | Adds a key/value pair item into the cache with the specified absolute expiration date. |