spring-mvc-cache-control
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.meeuw.spring</groupId>
<artifactId>spring-mvc-cache-control</artifactId>
<version>2.1</version>
</dependency><?xml version="1.0" ?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.meeuw.spring</groupId>
<artifactId>spring-mvc-cache-control-parent</artifactId>
<version>2.1</version>
</parent>
<artifactId>spring-mvc-cache-control</artifactId>
<name>spring MVC Cache control</name>
<packaging>jar</packaging>
<url>https://github.com/mihxil/spring-mvc-cache-control</url>
<description>
Provides an annotation @CacheControl which can be used to set the Cache-Control header in a Spring MVC controller.
</description>
</project>