|
||||||||||
| 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 | |
|---|---|
String |
key
The key of the cache engine property. |
String |
value
The value of the key of the cache engine property. |
| Element Detail |
|---|
public abstract String key
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||