TransactionCacheEntry.hits
The hits
method of the TransactionCacheEntry
interface returns the amount of cache hits for the cached item.
Note: this hit count only reflects the view of the server that supplied the cached item. Due to clustering, this count may vary between potentially many servers within the data center where the item is cached. See the clustering documentation for details, though note that the exact caching architecture of Compute is different from VCL services.
Syntax
hits()
Parameters
None.
Return value
A number
which represents the number of cache hits to this cached item.