Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > ObjectCache Class : DeleteRegion Method |
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 )
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.