Hibernate 缓存中 @Cache 的 CacheConcurrencyStrategy 的五种缓存方式
摘要:
使用方法 缓存的注解写法如下,加在 Entity 的 java 类上: @Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE) 五种情况及说明 1、CacheConcurrencyStrategy.NONE 简介说明:不适用,默认 2、CacheConcurrencyStrategy.READ_ONLY 简介... 阅读全文
posted @ 2018-10-13 17:57 silenter.cn 阅读(2270) 评论(0) 推荐(0)
浙公网安备 33010602011771号