CdmApplicationRemoteController : refactoring code to simplify application context...
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / resources / cdmlib-ehcache.xml
1 <ehcache name="cdmlibModelCacheManager">
2 <diskStore path="ehcache.disk.store.dir/cdmlib" />
3 <cache name="cdmModelGetMethodsCache" maxElementsInMemory="1" maxElementsOnDisk="0" eternal="true"
4 overflowToDisk="true" diskPersistent="true" memoryStoreEvictionPolicy="LRU" statistics="true">
5 <sizeOfPolicy maxDepth="1000" maxDepthExceededBehavior="abort"/>
6 </cache>
7 </ehcache>