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 override bool RegexRemove(
	string regularExpression
)
Visual Basic (Declaration)
Public Overrides Function RegexRemove ( _
	regularExpression As String _
) As Boolean
Visual C++
public:
virtual bool RegexRemove(
	String^ regularExpression
) override

Parameters

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

Return Value

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

Remarks

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

See Also