Server side data page cache view in constellation

Hello ,

Is there a way to see the list of data pages cached in the server side for constellation apps , below article says it is saved in JVM memory or db. Appreciate any insights on this.

@Adithya_A

DSS setting for caching: Server

There are few settings which help to control the cache size and where to persist cache (node vs database).

  1. Cache size

Update/create dss setting “constellation/readOnlyDataPagesCacheSize”, default value is 200000L, indicates number of datapages entries.

  1. Control cache persist strategy

Update/create dss setting “constellation/readOnlyDataPagesCacheStrategy”, default value is node and in order to change to DB mention values as DB.

Please check this post for more details Constellation datapage caching and invalidation using messaging service (web socket) | Support Center

@RameshSangili Thanks for the info , since the default value is node , is there any way we check the existing list of cached data pages via clipboard via sync_id?