Defines a caching mechanism which can be used to cache the data generated from the left and right hand pane nodes.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| cache_id | varchar(64) | not null | Cache object unique ID |
| use_cache | integer1 | with null | Flag for the cache is on or off |
| args_critical | integer1 | with null | Determines if the arguments are critical for caching |
| refresh_time | integer | with null | Refresh duration time for the cache object |
| timeout | integer | with null | Time duration for cache object |
| hash_key | varchar(64) | with null | A system generated key for caching |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| cache_id | usm_cache_listener | cache_id |