shiro-ehcache.xml 512 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd">
  4. <diskStore path="java.io.tmpdir/shiro-ehcache"/>
  5. <cache name="shiro-activeSessionCache"
  6. maxEntriesLocalHeap="10000"
  7. overflowToDisk="false"
  8. eternal="false"
  9. diskPersistent="false"
  10. timeToLiveSeconds="0"
  11. timeToIdleSeconds="0"
  12. statistics="true"/>
  13. </ehcache>