Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
group_name | VARCHAR | 32 | null |
|
|
group name for cache element, useful in cleaning cache elements |
||||
path | VARCHAR | 255 | √ | null |
|
|
Unique path name for cache element |
|||
data | LONGTEXT | 2147483647 | √ | null |
|
|
data associated with this path |
|||
component_id | INT UNSIGNED | 10 | √ | null |
|
|
Component that this menu item belongs to |
|||
created_date | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
When was the cache item created |
||||
expired_date | TIMESTAMP | 19 | √ | null |
|
|
When should the cache item expire |
Showing 1 to 7 of 7 entries