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

commerce.broadleaf-common.3.0.15-GA.source-code.bl-common-ehcache.xml Maven / Gradle / Ivy

There is a newer version: 3.1.15-GA
Show newest version
<ehcache>

    <!-- 1 hour cache -->
    <cache
        name="blTranslationElements"
        maxElementsInMemory="10000"
        eternal="false"
        overflowToDisk="true"
        timeToLiveSeconds="3600"/>
        
    <!-- 24 hour cache -->
    <cache
        name="blBundleElements"
        maxElementsInMemory="1000"
        eternal="false"
        overflowToDisk="false"
        timeToLiveSeconds="86400"/>

</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy