Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Remove Cache Items on server node based on regular expression. Each item which matches will be automatically removed from each server.

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

Syntax

C#
public abstract bool RegexRemove(
	string regularExpression
)
Visual Basic (Declaration)
Public MustOverride Function RegexRemove ( _
	regularExpression As String _
) As Boolean
Visual C++
public:
virtual bool RegexRemove(
	String^ regularExpression
) abstract

Parameters

regularExpression
Type: System..::.String
The regular expression.

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Provider.Cache.IndexusProviderBase.RegexRemove(System.String)"]

Remarks

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

See Also