Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Returns a list of String with key's to clean up from
the cache.
Namespace:
SharedCache.WinServiceCommonAssembly: 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"]