0

我正在使用带有 _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>
4

1 回答 1

0

您的 TTL 类似于您的 expireInterval,这可能会导致问题。你真的看过这些值的含义吗?

通常过期值会很短,它是检查过期条目的时间,如果找到则删除它们。

https://docs.mulesoft.com/mule-user-guide/v/3.8/cache-scope#configobjstore

于 2016-11-23T23:09:00.990 回答