Spring Cache Notes

19-04-18 编程 #code #spring

spring 的缓存一些技巧和陷阱

spring 的缓存

  1. 相同方法的缺陷
  2. 缓存一个 list 参数方法
  3. sync
  4. put evict
  5. ehcache 的使用
  6. redis 缓存的使用陷阱