Annotation Type ConfigureCache


@Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE}) public @interface ConfigureCache
This annotation is used to define a cache Configuration.
Author:
Pete Muir, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the cache to configure.
  • Element Details

    • value

      String value
      The name of the cache to configure. If no value is provided the configured cache is the default one.
      Default:
      ""