Home > Technical > Table Definitions > LOCALCACHECHANGE
This table is used to record changes to tables that are cached at the client end, for example departments. This can be used to determine if there have been changes since the client last refreshed their caches and therefore need to refresh their cache again.
Column | Type | Description |
STRCACHENAME | VARCHAR(50) | The name of the data that was changed. |
INTCHANGE | INT | A number which is incremented as changes are saved to the table. |
Primary Key: STRCACHENAME
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |