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

Show in webframe

Set(String,Object,DateTime,String) Method






Unique identifier of the cache item.
Data for the cache item.
Absolute expiration date to use.
Optional name of a region in cache.
Adds a key/value pair item into the cache with the specified absolute expiration date.
Syntax
'Declaration
 
Public Overloads MustOverride Sub Set( _
   ByVal key As String, _
   ByVal value As Object, _
   ByVal absoluteExpiration As Date, _
   ByVal regionName As String _
) 
'Usage
 
Dim instance As ObjectCache
Dim key As String
Dim value As Object
Dim absoluteExpiration As Date
Dim regionName As String
 
instance.Set(key, value, absoluteExpiration, regionName)

Parameters

key
Unique identifier of the cache item.
value
Data for the cache item.
absoluteExpiration
Absolute expiration date to use.
regionName
Optional name of a region in cache.
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