commerce.broadleaf-common.3.0.15-GA.source-code.bl-common-ehcache.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broadleaf-common Show documentation
Show all versions of broadleaf-common Show documentation
A collection of classes shared by broadleaf profile, cms, admin, and core.
<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