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

ao4comm.1.0.source-code.ehcache.xml Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<ehcache>
    <diskStore path="cache"/>
    <defaultCache maxElementsInMemory="100"  eternal="false" overflowToDisk="true"
                  timeToIdleSeconds="300"
                  timeToLiveSeconds="600"
                  diskPersistent="false"/>
    <cache name="com.mycomm" maxElementsInMemory="100" eternal="false"
           overflowToDisk="true" timeToIdleSeconds="300" timeToLiveSeconds="600"
           diskPersistent="false"/>
</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy