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

ehcache.liferay-single-vm.xml Maven / Gradle / Ivy

There is a newer version: 7.0.0-nightly
Show newest version
<ehcache
	dynamicConfig="true"
	monitoring="off"
	name="liferay-single-vm"
	updateCheck="false"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="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="10000"
		name="com.liferay.portal.security.ldap.PortalLDAPImporter"
		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"
	/>
	<cache
		eternal="false"
		maxElementsInMemory="10000"
		name="com.liferay.portal.util.WebCachePool"
		overflowToDisk="false"
		timeToIdleSeconds="600"
	/>
</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy