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

Show in webframe

Get(String,String) Method






Unique identifier of the cache item.
Optional name of a region in cache.
Value of the specified cache entry.
Syntax
public override object Get( 
   string key,
   string regionName
)
'Declaration
 
Public Overloads Overrides Function Get( _
   ByVal key As String, _
   ByVal regionName As String _
) As Object
'Usage
 
Dim instance As FileCache
Dim key As String
Dim regionName As String
Dim value As Object
 
value = instance.Get(key, regionName)
public:
Object^ Get( 
   String^ key,
   String^ regionName
) override 

Parameters

key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.

Return Value

The value of the specified entry if found, otherwise; null.
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