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