NET Caching Library Help
Add Method (SmartCache)




KellermanSoftware.NetCachingLibrary Namespace > SmartCache Class : Add Method
Inserts a cache entry into the cache without overwriting any existing cache entry. The absolute expiration will be the same for both the primary and secondary cache providers.
Overload List
OverloadDescription
Inserts a cache entry into the cache without overwriting any existing cache entry. The absolute expiration will be the same for both the primary and secondary cache providers.  
Tries to insert a cache entry into the cache as a System.Runtime.Caching.CacheItem instance, and adds details about how the entry should be evicted. The expiration policy will be the same for both the primary and secondary cache providers.  
Inserts a cache entry into the cache, specifying information about how the entry will be evicted. The expiration policy will be the same for both the primary and secondary cache providers.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartCache Class
SmartCache Members