C#
VB
C++
Adds an item into the cache.
public virtual void Set(
CacheItem item,
CacheItemPolicy policy
)
Public Overridable Sub [Set](
ByVal item As CacheItem,
ByVal policy As CacheItemPolicy
)
public:
virtual void Set(
CacheItem^ item,
CacheItemPolicy^ policy
)
item
Cache item to add.
policy
Item expiration policy.
If the item is already in the cache, then it will be replaced with the new item and its policy updated.
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