Method HTTPAccept.Loop()->cache_status()
- Method cache_status
mapping(string:int) cache_status()
- Description
Returns information about the cache.
hits : int The number of hits since start
misses : int The number of misses since start
stale : int The number of misses that were stale hits, and not used
size : int The total current size
entries : int The number of entries in the cache
max_size : int The maximum size of the cache
sent_bytes : int The number of bytes sent since the last call to cache_status
received_bytes : int The number of bytes received since the last call to cache_status
num_requests : int The number of requests received since the last call to cache_status