Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Returns a list of String with key's to clean up from the cache.

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

Syntax

C#
public List<string> CleanUp()
Visual Basic (Declaration)
Public Function CleanUp As List(Of String)
Visual C++
public:
List<String^>^ CleanUp()

Return Value

A [T:System.Collections.Generic.List<System.String>] Object.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheExpire.CleanUp"]

See Also