Annotation Type LanguageCacheKey


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface LanguageCacheKey
    Marker interface Methods annotated with this imply that Spring Cache will use the current languageID (in the Spring Security Context) as part of the cache key
    Author:
    lbornova