Removes all items from the cache region.

Namespace:  Mindroute.Core.Caching
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
void Clear(
	CacheRegion region
)
Visual Basic (Declaration)
Sub Clear ( _
	region As CacheRegion _
)

Parameters

region
Type: Mindroute.Core.Caching..::.CacheRegion
The cache region to clear.

See Also