Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Dumps the cache item with specific pattern

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

Syntax

C#
void DumpCacheItemAt(
	string key,
	Object expire
)
Visual Basic (Declaration)
Sub DumpCacheItemAt ( _
	key As String, _
	expire As Object _
)
Visual C++
void DumpCacheItemAt(
	String^ key, 
	Object^ expire
)

Parameters

key
Type: System..::.String

[Missing <param name="key"/> documentation for "M:SharedCache.WinServiceCommon.Extenders.IExpire.DumpCacheItemAt(System.String,System.Object)"]

expire
Type: System..::.Object

[Missing <param name="expire"/> documentation for "M:SharedCache.WinServiceCommon.Extenders.IExpire.DumpCacheItemAt(System.String,System.Object)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Extenders.IExpire.DumpCacheItemAt(System.String,System.Object)"]

See Also