Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <ehcache xmlns="http://ehcache.org/ehcache.xsd"
- name="dma-cache">
- <diskStore path="java.io.tmpdir"/>
- <defaultCache
- maxElementsInMemory="2000"
- eternal="true"
- overflowToDisk="false"
- memoryStoreEvictionPolicy="LRU"/>
- <cache name="org.hibernate.cache.internal.StandardQueryCache"
- maxElementsInMemory="2000"
- eternal="true"
- overflowToDisk="false"
- memoryStoreEvictionPolicy="LRU"
- />
- <cache name="org.hibernate.cache.spi.UpdateTimestampsCache"
- maxElementsInMemory="2000"
- eternal="true"
- overflowToDisk="false"
- memoryStoreEvictionPolicy="LRU"
- />
- </ehcache>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement