Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    invalidating caches or resultSets

    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

    #2
    See DataSource.updateCaches() doc - suggests to set invalidateCache there.

    Comment

    Working...
    X