Removes the specified items from the cache.
Namespace:
Mindroute.Core.CachingAssembly: Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)
Syntax
| C# |
|---|
void Remove( CacheRegion region, params string[] keys ) |
| Visual Basic (Declaration) |
|---|
Sub Remove ( _ region As CacheRegion, _ ParamArray keys As String() _ ) |
Parameters
- region
- Type: Mindroute.Core.Caching..::.CacheRegion
The cache region from which to remove the cache item.
- keys
- Type: array<
System..::.String
>[]()[]
The identifiers for the cache items to remove.