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

lections.iiif-image-backend-impl.2.2.6.source-code.ehcache-local.xml Maven / Gradle / Ivy

The newest version!
<config
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xmlns='http://www.ehcache.org/v3'
    xmlns:jsr107='http://www.ehcache.org/v3/jsr107'>

  <cache alias="sourceImages" uses-template="memoryonly" />
  <cache alias="imageInfos"   uses-template="memoryonly" />

  <cache-template name="memoryonly">
    <resources>
      <heap unit="MB">256</heap>
    </resources>
  </cache-template>
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy