{"table_name":"cachestore","full_table_name":"wp_cachestore","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE cacheStore ( key TEXT UNIQUE ON CONFLICT REPLACE, expiration INTEGER, encoding TEXT, data BLOB );","columns":[{"name":"expiration","type":"INTEGER","nullable":true,"primary_key":false},{"name":"encoding","type":"TEXT","nullable":true,"primary_key":false},{"name":"data","type":"BLOB","nullable":true,"primary_key":false}],"plugin":{"slug":"anycomment","name":"AnyComment","active_installs":5000,"version":"0.3.6","wp_org_url":"https://wordpress.org/plugins/anycomment/"}}