【问题标题】:mule cache managed object store with _defaultUserObjectStore not getting refreshed_defaultUserObjectStore 未刷新的骡缓存托管对象存储
【发布时间】:2016-11-24 07:09:00
【问题描述】:

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

【问题讨论】:

    标签: mule ehcache mule-studio mule-component mule-cluster


    【解决方案1】:

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

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-10-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多