Annotation Type Cache


  • @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Cache
    Specifies an array of cache properties.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      CacheProperty[] value
      An array of cache properties.
    • Element Detail