Tomcat: cachingAllowed

0

Could you help me by explaining what this Tomcat context option is for and in what cases can I apply?

<!-- Tomcat 8+ - revisar em cada caso para performance. Desligado aqui para não pressionar a memória disponível (valores em kb)-->
<Resources cachingAllowed="false" cacheMaxSize="1024000" cacheObjectMaxSize="10240" cacheTtl="360000"/>
    
asked by anonymous 02.04.2018 / 22:06

0 answers