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

Show in webframe

DeleteRegion Method (FileCache)






region (sub-directory) name. This value cannot be null.
Deletes the specified region and all its data.
Syntax
public override void DeleteRegion( 
   string regionName
)
'Declaration
 
Public Overrides Sub DeleteRegion( _
   ByVal regionName As String _
) 
'Usage
 
Dim instance As FileCache
Dim regionName As String
 
instance.DeleteRegion(regionName)
@Override
public void deleteRegion(String regionName)
            
public:
void DeleteRegion( 
   String^ regionName
) override 

Parameters

regionName
region (sub-directory) name. This value cannot be null.
Remarks

This method deletes all the cache item belonging to the specified region regardless of their expiration policy. The LEADTOOLS Documents library will call this method to delete the items of a documents when it is disposed and not flagged to be saved in the cache.

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