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

catools.gitCache.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="true"
         monitoring="autodetect" dynamicConfig="true">

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

    <cache name="user" maxEntriesLocalHeap="300" eternal="true">
        <persistence strategy="localTempSwap"/>
    </cache>

    <cache name="branch" maxEntriesLocalHeap="50" eternal="true">
        <persistence strategy="localTempSwap"/>
    </cache>

    <cache name="commit" maxEntriesLocalHeap="50" eternal="true">
        <persistence strategy="localTempSwap"/>
    </cache>

    <cache name="repository" maxEntriesLocalHeap="5" eternal="true">
        <persistence strategy="localTempSwap"/>
    </cache>

    <cache name="org.hibernate.cache.internal.StandardQueryCache"
           maxEntriesLocalHeap="5" eternal="true">
        <persistence strategy="localTempSwap"/>
    </cache>

    <cache name="org.hibernate.cache.spi.UpdateTimestampsCache"
           maxEntriesLocalHeap="5000" eternal="true">
        <persistence strategy="localTempSwap"/>
    </cache>
</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy