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.0</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 http://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.0</version> </parent> <artifactId>spring-mvc-cache-control</artifactId> <packaging>jar</packaging> <description> Provides an annotation @CacheControl which can be used to set the Cache-Control header in a Spring MVC controller. </description> </project>