All Downloads are FREE. Search and download functionalities are using the official Maven repository.

opensource.yada-api.8.1.1.source-code.ehcache.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="ehcache.xsd"
  name="YADAIndexManager"
  updateCheck="false" 
  monitoring="off" 
  dynamicConfig="false">
         
	<!-- Uncomment if diskStore is desired -->
  <!--<diskStore path="java.io.tmpdir"/> -->
         
  <!-- Default Cache configuration (super configuration) -->
           
  <defaultCache maxEntriesLocalHeap="0"
                eternal="false"
                timeToIdleSeconds="1200"
                timeToLiveSeconds="1200"/>
         
  <!-- YADA Index cache -->
  <cache name="YADAIndex"
         maxEntriesLocalHeap="0"
         eternal="true"/>
         
</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy