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

ObjectCacheAdapter..::..Invalidate Method

Invalidates the cache.

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

Syntax


public void Invalidate(
	string cacheKey
)
Public Sub Invalidate ( _
	cacheKey As String _
)
public:
void Invalidate(
	String^ cacheKey
)

Parameters

cacheKey
Type: String
The cache key.

Exceptions


ExceptionCondition
[ArgumentException]