Removes all items from the cache region.
Namespace:
Mindroute.Core.CachingAssembly: Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)
Syntax
| C# |
|---|
public void Clear( CacheRegion region ) |
| Visual Basic (Declaration) |
|---|
Public Sub Clear ( _ region As CacheRegion _ ) |
Parameters
- region
- Type: Mindroute.Core.Caching..::.CacheRegion
The cache region to clear.