shiro.ehcache.xml配置参数

  1. xml version="1.0" encoding="UTF-8"?>  
  2. <ehcache name="es">  
  3.     <diskStore path="java.io.tmpdir"/>  
  4.            
  5.     <cache name="passwordRetryCache"  
  6.            maxEntriesLocalHeap="2000"  
  7.            eternal="false"  
  8.            timeToIdleSeconds="3600"  
  9.            timeToLiveSeconds="0"  
  10.            overflowToDisk="false"  
  11.            statistics="true">  
  12.     cache>  
  13. ehcache>  

你可能感兴趣的:(shiro,ehcache)