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

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

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://www.ehcache.org/v3"
        xsi:schemaLocation="
            http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.0.xsd">


    <!-- кеш собранных метаданных -->
    <cache alias="n2o.compiled">
        <resources>
            <heap unit="entries">5000</heap>
        </resources>
    </cache>

    <!-- кеш глобальных метаданных -->
    <cache alias="n2o.source">
        <resources>
            <heap unit="entries">10000</heap>
        </resources>
    </cache>

    <!-- кеш клиентских метаданных -->
    <cache alias="n2o.client">
        <resources>
            <heap unit="entries">10000</heap>
        </resources>
    </cache>

    <cache alias="n2o.context">
        <resources>
            <heap unit="entries">10000</heap>
        </resources>
    </cache>
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy