NET Caching Library Help
AddOrGetExisting Method (BaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : AddOrGetExisting Method
Inserts a cache entry into the cache, by using a key, an object for the cache entry, an absolute expiration value, and an optional region to add the cache into.
Overload List
OverloadDescription
Inserts a cache entry into the cache, by using a key, an object for the cache entry, an absolute expiration value, and an optional region to add the cache into.  
Inserts the specified System.Runtime.Caching.CacheItem object into the cache, specifying information about how the entry will be evicted.  
Inserts a cache entry into the cache, specifying a key and a value for the cache entry, and information about how the entry will be evicted.  
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

BaseCacheProvider Class
BaseCacheProvider Members