⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ehcache.xml

📁 EHCache configuration sample
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?><ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd">  <diskStore path="java.io.tmpdir"/>  <defaultCache    maxElementsInMemory="10000"    eternal="false"    timeToIdleSeconds="120"    timeToLiveSeconds="120"    overflowToDisk="true"    diskPersistent="true"    diskExpiryThreadIntervalSeconds="120"    memoryStoreEvictionPolicy="LRU"  />  <cache    name="org.hibernate.cache.UpdateTimestampsCache"    maxElementsInMemory="5000"    eternal="true"    overflowToDisk="true"/>  <cache    name="org.hibernate.cache.StandardQueryCache"    maxElementsInMemory="5"    eternal="false"    timeToLiveSeconds="120"    overflowToDisk="true"/></ehcache>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -