<ehcache>
  <diskStore path="java.io.tmpdir"/>
	<defaultCache maxElementsInMemory="10000" eternal="false" />
  <cache eternal="false"
    maxElementsInMemory="50" maxElementsOnDisk="0" name="org.hibernate.cache.StandardQueryCache"
    overflowToDisk="false" timeToLiveSeconds="120"/>
  <!-- timestamps of the most recent updates to queryable tables -->
  <cache eternal="true"
    maxElementsInMemory="5000" maxElementsOnDisk="0" name="org.hibernate.cache.UpdateTimestampsCache"
    overflowToDisk="false"/>
</ehcache>
