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 > FileCache Class : DeleteRegion Method |
public override void DeleteRegion( string regionName )
'Declaration
Public Overrides Sub DeleteRegion( _ ByVal regionName As String _ )
@Override public void deleteRegion(String regionName)
public: void DeleteRegion( String^ regionName ) override
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.