Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Returns items from cache node based on provided pattern.

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 IDictionary<string, byte[]> RegexGet(
	string regularExpression
)
Visual Basic (Declaration)
Public Overrides Function RegexGet ( _
	regularExpression As String _
) As IDictionary(Of String, Byte())
Visual C++
public:
virtual IDictionary<String^, array<unsigned char>^>^ RegexGet(
	String^ regularExpression
) override

Parameters

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

Return Value

An IDictionary with String and Byte array with all founded elementes

Remarks

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

See Also