NET Caching Library Help
ClearAll Method (FileCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > FileCacheProvider Class : ClearAll Method
Clear all items in the cache for all regions
Syntax
'Declaration
 
Public Overrides Sub ClearAll() 
'Usage
 
Dim instance As FileCacheProvider
 
instance.ClearAll()
public override void ClearAll()
public: void ClearAll(); override 
public:
void ClearAll(); override 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileCacheProvider Class
FileCacheProvider Members