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.Extenders
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

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

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Extenders.IExpire.CleanUp"]

Remarks

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

See Also