Annotation Interface CacheName


@Documented @Retention(RUNTIME) public @interface CacheName
A qualifier annotation used to indicate a specific cache name.
Since:
1.0
Author:
Jonathan Knight
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    An annotation literal for the CacheName annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Obtain the value used to identify a specific cache.
  • Element Details

    • value

      String value
      Obtain the value used to identify a specific cache.
      Returns:
      value used to identify a specific cache