android - What's actually meaning of SQLite cache status output by dumpsys -


i'm confused below output generated dumpsys:

databases

  pgsz     dbsz   lookaside(b)          cache  dbname       1     3176            117   7663/1635/21  webviewcache.db                                      2822/16/5  (pooled # 1) webviewcache.db 

why list 3 items in cache column , meanings?

that's appreciate comments.

thanks in advance.

that's clear now, though late. checked source codes , got below lines in sqlitedebug.java:

/** statement cache stats: hits/misses/cachesize */

public string cache;

anyway, kindly attentions.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -