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

Show in webframe

Contains Method (FileCache)






Unique identifier of the cache item.
Optional name of a region in cache.
Checks whether the specified cache entry exists in the cache.
Syntax
public override bool Contains( 
   string key,
   string regionName
)
'Declaration
 
Public Overrides Function Contains( _
   ByVal key As String, _
   ByVal regionName As String _
) As Boolean
'Usage
 
Dim instance As FileCache
Dim key As String
Dim regionName As String
Dim value As Boolean
 
value = instance.Contains(key, regionName)
@Override
public boolean contains(String key, String regionName)
            
public:
bool Contains( 
   String^ key,
   String^ regionName
) override 

Parameters

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

Return Value

true if the specified cache entry exists in the cache, otherwise; false.
Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache Members

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