Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Purges this instance, free memory step 1: sort list based on requested configuration step 2: start to remove items from the list.

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

Syntax

C#
public List<string> Purge(
	long actualCacheSize
)
Visual Basic (Declaration)
Public Function Purge ( _
	actualCacheSize As Long _
) As List(Of String)
Visual C++
public:
List<String^>^ Purge(
	long long actualCacheSize
)

Parameters

actualCacheSize
Type: System..::.Int64
Actual size of the cache.

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.CacheCleanup.Purge(System.Int64)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheCleanup.Purge(System.Int64)"]

See Also