amework.n2o-autoconfigure.7.20.3.source-code.n2o-ehcache.xml Maven / Gradle / Ivy
<?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