{"table_name":"output_cache","full_table_name":"wp_output_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `output_cache` ( * `id` CHAR(40) NOT NULL COMMENT 'sha1 hash', * `name` VARCHAR(250) NOT NULL, * `cache_id` VARCHAR(250) NULL DEFAULT NULL, * `compile_id` VARCHAR(250) NULL DEFAULT NULL, * `modified` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, * `content` LONGTEXT NOT NULL, * PRIMARY KEY (`id`), * INDEX(`name`), * INDEX(`cache_id`), * INDEX(`compile_id`), * INDEX(`modified`) * ) ENGINE","columns":[],"plugin":{"slug":"tsp-easy-dev","name":"LAPDI Easy Dev","active_installs":100,"version":"2.0.3","wp_org_url":"https://wordpress.org/plugins/tsp-easy-dev/"}}