Annotation Interface NoCache


@Target(METHOD) @Retention(RUNTIME) public @interface NoCache
If placed on a Controller EntryPath method, headers are written in the response for hinting at the fact that the returned content should not be cached by the browser.
Author:
Matthew Tropiano
See Also: