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
      java.lang.String key
      The key of the cache engine property.
      java.lang.String value
      The value of the key of the cache engine property.
    • Element Detail

      • key

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

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