我们在Pentaho企业版中集成了c工具。由于缓存,我们无法在刚刚刷新的仪表板上看到最新数据。
现在,我们要开发一种xaction,它将刷新CDA缓存。
我们的Pentaho BI服务器与SSO集成在一起。因此,我们不能使用KTR刷新CDA缓存。
我检查了是否可以使用javascript规则。我通过Packages.org.pentaho.platform.engine.core.system.PentahoSystem.getCacheManager(null).clearRegionCache(“ report-dataset-cache”);
找到了用于报表数据缓存的解决方案有人可以建议CDA吗?
谢谢。