9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ------- | ---------------------------- | -------------- | ---- | --- | ------------------- | ----- |
11 | k | cache key | varbinary(255) | NO | PRI | NULL | |
12 | v | cached serialized value | mediumtext | YES | | NULL | |
13 | expires | datetime of cache expiration | datetime | NO | | 0001-01-01 00:00:00 | |
14 | updated | datetime of cache insertion | datetime | NO | | 0001-01-01 00:00:00 | |
20 | --------- | ---------- |
22 | k_expires | k, expires |
25 Return to [database documentation](help/database)