spring-mvc-cache-control
spring-mvc-cache-control copied to clipboard
Spring MVC Cache Control is an extension to Spring MVC that aims to simplify implementing HTTP/1.1 Cache-Control headers for annotated MVC controllers.
#22
I think we should be able to define Vary-headers too. E.g. the result to be cache may be dependent on accept-header or security information (which may be on headers).
I actually never use gradle, but in any case, my naive try to build this project didn't work: ```bash mihxil@baleno:~/github/mihxil/spring-mvc-cache-control$ ./gradlew FAILURE: Build failed with an exception. * Where: Build...
Hi Good job! You could use the "findAnnotation" method of the "org.springframework.core.annotation.AnnotationUtils" class. It uses a cache system that could give better performance.