
ehcache.liferay-single-vm.xml Maven / Gradle / Ivy
<ehcache dynamicConfig="true" monitoring="off" name="liferay-single-vm" updateCheck="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ehcache.org/ehcache.xsd" > <!-- Caches in this file are designed to be unique per VM and should not be clustered. --> <defaultCache eternal="false" maxElementsInMemory="10000" overflowToDisk="false" timeToIdleSeconds="600" /> <cache eternal="false" maxElementsInMemory="1000" name="com.liferay.portal.servlet.ComboServlet" overflowToDisk="false" timeToIdleSeconds="600" /> <cache eternal="false" maxElementsInMemory="1000" name="com.liferay.portal.servlet.ComboServlet$FileContentBag" overflowToDisk="false" timeToIdleSeconds="600" /> </ehcache>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy