Hits Property (.NET)

 

Type: Long

 

Returns the total number of cache hits (number of requests that were answered from the cached results). This property is typically used in conjunction with the Accesses property to determine the cache hit ratio. Hits / Accesses = % cache hits.

 

See Also:

About the DashCacheStats class

Understanding cyScape DashCache