Annotation Interface Nocache


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Nocache
Annotation pour specifier à l'aspect du cache que l'on ne souhaite ne pas mettre en cache l'appel d'une méthode ou des méthodes d'une classe.