{"table_name":"cache","full_table_name":"wp_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE cache (id TEXT PRIMARY KEY, content BLOB, lastModified INTEGER, expire INTEGER)');","columns":[{"name":"id","type":"TEXT","nullable":true,"primary_key":true},{"name":"content","type":"BLOB","nullable":true,"primary_key":false},{"name":"lastModified","type":"INTEGER","nullable":true,"primary_key":false},{"name":"expire","type":"INTEGER","nullable":true,"primary_key":false}],"plugin":{"slug":"iq-block-country","name":"iQ Block Country","active_installs":20000,"version":"1.2.26","wp_org_url":"https://wordpress.org/plugins/iq-block-country/"}}