AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageEngineBase..::..WebCache_Invalidate Method (String)

Invalidates a specific item from the web cache by key.

Namespace:  AdvantageCMS.Core.Common.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public bool WebCache_Invalidate(
	string key
)

Parameters

key
Type: String
The cache key of the item to invalidate.

Return Value

true if the item was invalidated successfully; false if no HttpContext is available or an error occurred.