Contains the user cache information
Data model

Fields
| Field |
Type |
Description |
| date* |
DATETIME |
Date and time the log was saved |
| id* |
INT |
Unique user cache identifier |
| json_data* |
VARCHAR (MAX) |
Represents a json object that contains the user’s cache data |
| type_id* |
INT |
Record type, reference to ASMS_TYPES.id table |
| user_id* |
INT |
User ID, reference to the AFW_USERS.user_id table |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| type_id* |
dbo.ASMS_TYPES |
id |
FK01_ASMS_USER_CACHE |
| user_id* |
dbo.AFW_USERS |
user_id |
FK02_ASMS_USER_CACHE |