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

Show in webframe

GetCacheItem(String,String) Method






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

Parameters

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

Return Value

The cache item 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