SizePeak Property (.NET)

 

Type: Integer

 

Returns the maximum number of entries the cache has contained at any point. This is useful for determining how close to maximum capacity the cache is running. For example, if you notice that the SizePeak is equal to the SizeLimit, you can likely benefit by increasing the size limit to allow for more entries in the cache. Note as with all caching systems there is a tradeoff between memory usage and cache efficiency.

 

See Also:

About the DashCacheStats class

Understanding cyScape DashCache