| CacheStats | R Documentation |
Cache statistics for monitoring
hitsCache hits
missesCache misses
setsCache sets
deletesCache deletes
evictionsCache evictions
record_hit()Record a cache hit
CacheStats$record_hit()
record_miss()Record a cache miss
CacheStats$record_miss()
record_set()Record a cache set
CacheStats$record_set()
record_delete()Record a cache delete
CacheStats$record_delete()
record_eviction()Record a cache eviction
CacheStats$record_eviction()
hit_rate()Get hit rate
CacheStats$hit_rate()
Numeric hit rate
to_list()Convert to list
CacheStats$to_list()
List representation
reset()Reset statistics
CacheStats$reset()
clone()The objects of this class are cloneable with this method.
CacheStats$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.