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

Show in webframe

CacheItem Constructor(String,Object)






Unique identifier for this cache entry. This value will be stored in Key.
The data for this cache entry. This value will be stored in Value.
Initializes a new instance of CacheItem with the specified key and value.
Syntax
public CacheItem( 
   string key,
   object value
)
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal value As Object _
)
'Usage
 
Dim key As String
Dim value As Object
 
Dim instance As New CacheItem(key, value)
public:
CacheItem( 
   String^ key,
   Object^ value
)

Parameters

key
Unique identifier for this cache entry. This value will be stored in Key.
value
The data for this cache entry. This value will be stored in Value.
Requirements

Target Platforms

See Also

Reference

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