Annotation Type Cache


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Cache
    Cache Annotation used to specify Cache implementation
    Version:
    $Revision$
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Identifies the name of the cache.
    • Element Detail

      • value

        java.lang.String value
        Identifies the name of the cache.
        Returns:
        a cache name