Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the access stat 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, long> GetAccessStatList()
Visual Basic (Declaration)
Public Function GetAccessStatList As Dictionary(Of String, Long)
Visual C++
public:
Dictionary<String^, long long>^ GetAccessStatList()

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.CacheCleanup.GetAccessStatList"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheCleanup.GetAccessStatList"]

See Also