Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Remove cache item with provided key.

Namespace:  SharedCache.WinServiceCommon.Provider.Cache
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override void Remove(
	string key
)
Visual Basic (Declaration)
Public Overrides Sub Remove ( _
	key As String _
)
Visual C++
public:
virtual void Remove(
	String^ key
) override

Parameters

key
Type: System..::.String
The key for cache item

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Cache.IndexusSharedCacheProvider.Remove(System.String)"]

See Also