AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

IAdvantageCacheContainer..::..ClearItem Method

Removes a single cached item identified by the specified key.

Namespace:  AdvantageCMS.Core.Utils.Cache
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


void ClearItem(
	string key
)

Parameters

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