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

amework.n2o-autoconfigure.7.20.33.source-code.n2o-ehcache.xml Maven / Gradle / Ivy

There is a newer version: 7.28.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<ehcache updateCheck="false" monitoring="off"
         dynamicConfig="true"
         name="n2o.config">

    <!-- кеш собранных метаданных -->
    <cache name="n2o.compiled"
           maxElementsInMemory="5000">
    </cache>

    <!-- кеш глобальных метаданных -->
    <cache name="n2o.source"
           maxElementsInMemory="10000">
    </cache>

    <!-- кеш клиентских метаданных -->
    <cache name="n2o.client"
           maxElementsInMemory="10000">
    </cache>

    <cache name="n2o.context"
           maxElementsInMemory="10000">
    </cache>


</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy