Example usage for org.springframework.web.servlet.mvc WebContentInterceptor setCacheMappings

List of usage examples for org.springframework.web.servlet.mvc WebContentInterceptor setCacheMappings

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc WebContentInterceptor setCacheMappings.

Prototype

public void setCacheMappings(Properties cacheMappings) 

Source Link

Document

Map specific URL paths to specific cache seconds.

Usage