SpringBoot中整合Ehcache实现热点数据缓存的详细过程

  <?xml version="1.0" encoding="UTF-8"?>

  

  xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd">

  

  

  

  

  timeToLiveSeconds="600" overflowToDisk="true" />

  

  

  maxElementsInMemory="10000"

  eternal="false"

  timeToIdleSeconds="120"

  timeToLiveSeconds="120"

  maxElementsOnDisk="10000000"

  overflowToDisk="true"

  memoryStoreEvictionPolicy="LRU" />