Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the cleanup list.

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

Syntax

C#
public Dictionary<string, Cleanup> CleanupDict { get; }
Visual Basic (Declaration)
Public ReadOnly Property CleanupDict As Dictionary(Of String, Cleanup)
Visual C++
public:
property Dictionary<String^, Cleanup^>^ CleanupDict {
	Dictionary<String^, Cleanup^>^ get ();
}

Field Value

The cleanup list.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.CacheCleanup.CleanupDict"]

See Also