如何禁用tomcat缓存?我用这个 -
<Context antiJARLocking="true" antiResourceLocking="true" cachingAllowed="false" cacheMaxSize ="0" cacheTTL="1">
在Tomcat/conf/context.xml中
但它没有帮助
java tomcat caching
caching ×1
java ×1
tomcat ×1