|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
@Documented @Target(value=TYPE) @Retention(value=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 | |
|---|---|
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 |
|---|
public abstract java.lang.String key
public abstract java.lang.String value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||