소스 검색

内部测试

guwd 4 년 전
부모
커밋
c0eb946e0d
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      src/main/resources/ehcache.xml

+ 0 - 11
src/main/resources/ehcache.xml

@@ -30,17 +30,6 @@
            transactionalMode="off">
     </cache>
 
-    <cache name="USER"
-           overflowToDisk="true"
-           maxElementsInMemory="10000"
-           maxElementsOnDisk="10000000"
-           eternal="false"
-           timeToIdleSeconds="120"
-           timeToLiveSeconds="120"
-           diskPersistent="false"
-           diskExpiryThreadIntervalSeconds="120"
-           memoryStoreEvictionPolicy="LRU">
-    </cache>
 
 </ehcache>