CACHEIVL

This table records changes to product or category information in the database. It can be populated by user-defined database triggers.

Column Descriptions:

NameTypeDescription
TEMPLATEVARCHAR (1024)This column is a name that groups common cache entries.
DATAIDVARCHAR (2960)Represents the dependency ID or the cache entry ID in the WebSphere dynamic cache.
INSERTTIMETIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMPRepresents the time the row was inserted. Defaults to CURRENT TIMESTAMP.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
I0000299INSERTTIMENon-Unique Index