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