A.3 Cache
Additional REST API related to cache.
Logging cache value
Log all the cache
Method: GET
Path: /ih/cache/log/cache
Note:
The cached values are logged not returned as response.Log specific cache (based on cache-name)
Method: GET
Path: /ih/cache/log/cache/{cache-name}
For cache name and its description, see List of cache-name section.
Note:
The cached values are logged but not returned as response.List of cache-name
- ihConfigs: cache related to config present in the table, CS_IH_CONFIG
- ihGraphMetadata: cache related to objective id, entity providers and associated attributes.
- ihEntitySqlMap: cache related to entity and sql query mapping.
- ihSql: cache related to sql query and associated bind value mapping.