热重载一致性缓存-config.xml

Hot-reload coherence cache-config.xml

有什么方法可以在不重新启动节点的情况下重新加载 Oracle Coherence 缓存-config.xml(例如:simple-cache-store-config.xml)? 更精确的任务——是修改entry的过期时间"on the fly".

好的,所以,有两种方法可以完成 expire-delay 修改 at "runtime" : 1. 程序化 = 使用 NamedCache class 方法:put(Object oKey,Object oValue,long expireDelay) 2. Settings-style = 使用 Enterprise Manager Cloud Control for Coherence:有选项 "ExpiryDelay"。