Hi,
isc.version is "v11.1p_2017-07-09/LGPL Deployment"
I am looking for a way to invalidate caches of all resultSets for specific dataSource, so all connected listGrids would reload new data.
My RestDataSource is cacheAllData = false.
dataSource.invalidateCache is apparantly not what I am looking for.
I have also tried to return dsResponse with invalidateCache = true from custom operation but it is not working.
Where should I look?
Best regards,
Janusz
isc.version is "v11.1p_2017-07-09/LGPL Deployment"
I am looking for a way to invalidate caches of all resultSets for specific dataSource, so all connected listGrids would reload new data.
My RestDataSource is cacheAllData = false.
dataSource.invalidateCache is apparantly not what I am looking for.
I have also tried to return dsResponse with invalidateCache = true from custom operation but it is not working.
Where should I look?
Best regards,
Janusz
Comment