Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Dumps the cache item at. If key is already available, it will update the expire date and time.

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

Syntax

C#
public void DumpCacheItemAt(
	string key,
	DateTime expire
)
Visual Basic (Declaration)
Public Sub DumpCacheItemAt ( _
	key As String, _
	expire As DateTime _
)
Visual C++
public:
void DumpCacheItemAt(
	String^ key, 
	DateTime expire
)

Parameters

key
Type: System..::.String
The key. A String Object.
expire
Type: System..::.DateTime
The expire. A DateTime Object.

Remarks

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

See Also