Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

Set(CacheItem,CacheItemPolicy) Method






Cache item to add.
Item expiration policy.
Adds an item into the cache.
Syntax
public abstract void Set( 
   CacheItem item,
   CacheItemPolicy policy
)
'Declaration
 
Public Overloads MustOverride Sub Set( _
   ByVal item As CacheItem, _
   ByVal policy As CacheItemPolicy _
) 
'Usage
 
Dim instance As ObjectCache
Dim item As CacheItem
Dim policy As CacheItemPolicy
 
instance.Set(item, policy)
public:
abstract void Set( 
   CacheItem^ item,
   CacheItemPolicy^ policy
) 

Parameters

item
Cache item to add.
policy
Item expiration policy.
Remarks

If the item is already in the cache, then it will be replaced with the new item and its policy updated.

Requirements

Target Platforms

See Also

Reference

ObjectCache Class
ObjectCache Members
Overload List

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features