Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ICacheAdapter..::..Invalidate Method

Invalidates the cache.

Namespace:  Tortuga.Chain.Core
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


void Invalidate(
	string cacheKey
)
Sub Invalidate ( _
	cacheKey As String _
)
void Invalidate(
	String^ cacheKey
)

Parameters

cacheKey
Type: String
The cache key.