Annotation Type CacheProperty


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface CacheProperty
Defines a key-value pair which can be used for defining properties of both,
built-in and external vendor-specific cache engines.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The key of the cache engine property.
    The value of the key of the cache engine property.
  • Element Details

    • key

      String key
      The key of the cache engine property.
    • value

      String value
      The value of the key of the cache engine property.