Adds a cache entry into the cache, and returns an existing cache entry with a matching key.
public virtual CacheItem AddOrGetExisting(CacheItem item,CacheItemPolicy policy)
Public Overridable Function AddOrGetExisting(ByVal item As CacheItem,ByVal policy As CacheItemPolicy) As CacheItem
public:virtual CacheItem^ AddOrGetExisting(CacheItem^ item,CacheItemPolicy^ policy)
item
Cache item to add.
policy
Expiration policy for the item.
The previous cache entry that matches the specified key, if found. If the cache contains an item with the same key, then it will be returned before it is overwritten. Otherwise, null.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
