Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| recordId | VARCHAR | 20 | null |  |  | The recordId being checked | ||
| scope | INT | 10 | null |  |  | The scope that was loaded | ||
| holdingsInfo | LONGTEXT | 2147483647 | null |  |  | Raw HTML returned from Millennium for holdings | ||
| framesetInfo | LONGTEXT | 2147483647 | null |  |  | Raw HTML returned from Millennium on the frameset page | ||
| cacheDate | INT | 10 | null |  |  | When the entry was recorded in the cache | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| millennium_cache_s_pk | Primary key | Asc/Asc | recordId + scope | 
| PRIMARY | Must be unique | Asc/Asc | recordId + scope | 
