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

Show in webframe

DeleteRegion Method (ObjectCache)






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

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

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