psa.BackendCache
Overview
Column Descriptions
key –
data –
Table Structure
1 2 3 4 5 | CREATE TABLE `BackendCache` ( `key` varchar(128) CHARACTER SET ascii NOT NULL, `data` blob NOT NULL, PRIMARY KEY (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
January 16th, 2013 in
Uncategorized