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 override void Set( 
   CacheItem item,
   CacheItemPolicy policy
)
'Declaration
 
Public Overloads Overrides Sub Set( _
   ByVal item As CacheItem, _
   ByVal policy As CacheItemPolicy _
) 
'Usage
 
Dim instance As FileCache
Dim item As CacheItem
Dim policy As CacheItemPolicy
 
instance.Set(item, policy)
public:
void Set( 
   CacheItem^ item,
   CacheItemPolicy^ policy
) override 

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

FileCache Class
FileCache 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