我正在使用带有_defaultUserObjectStore的mule缓存管理对象存储,并且我的数据未在本地生产服务器上刷新。
<ee:object-store-caching-strategy name="Caching_Strategy" doc:name="Caching Strategy" >
<managed-store storeName="_defaultUserObjectStore" entryTTL="600000" expirationInterval="600000"/>
</ee:object-store-caching-strategy>
答案 0 :(得分:0)
您的TTL与expirationInterval类似,可能会导致问题。 你真的看看那些价值观是什么意思吗?
通常,到期时间值很短,它是检查过期条目的时间,如果找到则删除它们。
https://docs.mulesoft.com/mule-user-guide/v/3.8/cache-scope#configobjstore