开发者社区 问答 正文

MyBatis中,如何配置缓存的刷方式?【每日挑战】6.30

MyBatis中,如何配置缓存的刷方式?

A.<cache eviction="FIFO“ flushInterval="60000" size="512" readOnly="true"/>

B.<cache="FIFO" flushInterval="60000"size=512"readOnly="true"/>

C.<FIFO flushInterval="60000" size="512" readOnly="true/>

D.<flushInterval="60000" size="512" readOnly="true"/>

展开
收起
请回答1024 2020-06-30 08:59:29 1788 分享 版权
1 条回答
写回答
取消 提交回答
  • MyBatis中,如何配置缓存的刷方式?

    A.<cache eviction="FIFO“ flushInterval="60000" size="512" readOnly="true"/>

    B.<cache="FIFO" flushInterval="60000"size=512"readOnly="true"/>

    C.<FIFO flushInterval="60000" size="512" readOnly="true/>

    D.<flushInterval="60000" size="512" readOnly="true"/>

    2020-06-30 08:59:35
    赞同 展开评论