http://tomcat.apache.org/tomcat-6.0-doc/config/context.htmlcacheMaxSize | Maximum size of the static resource cache in kilobytes. If not specified, the default value is 10240 (10 megabytes). |
cacheTTL | Amount of time in milliseconds between cache entries revalidation. If not specified, the default value is 5000 (5 seconds). |
cachingAllowed | If the value of this flag is true, the cache for static resources will be used. If not specified, the default value of the flag is true. |
static resource 에서 cachingAllowed 를 false 로 하면 캐쉬를 사용않함