Branch: Tag:

2016-04-06

2016-04-06 16:04:32 by Jonas Walldén <jonasw@roxen.com>

Include protocol cache stats in Cache Status wizard. Improve wizard
presentation to make it easier to interpret data.

229:       int hits, misses;    +  mapping get_cache_stats() +  { +  return ([ "current_size" : current_size, +  "max_size" : max_size, +  "max_file_size" : max_file_size, +  "entries" : sizeof(cache), +  "hits" : hits, +  "misses" : misses ]); +  } +     void flush()    {   #ifndef RAM_CACHE_NO_RELOAD_FLUSH