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

ock.rockframework.rockframework-core.2.0.8.source-code.rockframework-ehcache.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="http://ehcache.sf.net/ehcache.xsd">

    <diskStore path="java.io.tmpdir/rockframework"/>

    <defaultCache
        maxElementsInMemory="10000"
        eternal="false"
        timeToIdleSeconds="120"
        timeToLiveSeconds="120"
        overflowToDisk="true"
        diskPersistent="false"
        diskExpiryThreadIntervalSeconds="120"
        memoryStoreEvictionPolicy="LRU"/>

</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy