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

ms.beangle-ems-app_3.4.4.5.source-code.ehcache-failsafe.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<config
  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  xmlns='http://www.ehcache.org/v3'
  xmlns:jsr107='http://www.ehcache.org/v3/jsr107'
  xsi:schemaLocation="
        http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.0.xsd
        http://www.ehcache.org/v3/jsr107 http://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd">

  <service>
    <jsr107:defaults enable-management="false" enable-statistics="false"/>
  </service>

  <cache alias="default-update-timestamps-region">
    <key-type>java.lang.Object</key-type>
    <value-type>java.lang.Object</value-type>
    <expiry>
      <ttl unit="seconds">900</ttl>
    </expiry>
    <heap unit="entries">10000</heap>
  </cache>

  <cache alias="default-query-results-region">
    <key-type>java.lang.Object</key-type>
    <value-type>java.lang.Object</value-type>
    <expiry>
      <ttl unit="seconds">900</ttl>
    </expiry>
    <heap unit="entries">10000</heap>
  </cache>
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy