Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
8d6eb4ca
Commit
8d6eb4ca
authored
May 21, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除默认缓存
parent
316885a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
src/main/resources/ehcache.xml
+0
-16
No files found.
src/main/resources/ehcache.xml
View file @
8d6eb4ca
...
...
@@ -6,22 +6,6 @@
<diskStore
path=
"java.io.tmpdir/ehcache"
/>
<!-- 系统默认缓存 -->
<defaultCache
maxElementsInMemory=
"50000"
clearOnFlush=
"false"
eternal=
"false"
timeToIdleSeconds=
"3600"
timeToLiveSeconds=
"3600"
overflowToDisk=
"true"
diskSpoolBufferSizeMB=
"1024"
maxElementsOnDisk=
"100000"
diskPersistent=
"false"
diskExpiryThreadIntervalSeconds=
"120"
memoryStoreEvictionPolicy=
"LFU"
transactionalMode=
"off"
>
</defaultCache>
<!-- 全局变量:永不过期-->
<cache
name=
"CONSTANT"
maxElementsInMemory=
"50000"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment