|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface CacheLifeCycleManager.LifeCycleProperty
LifeCycleProperty holds the property indicators returned by the
underlying driver upon return of
CacheLifeCycleManager.init(String, String, String, Properties).
Use Properties.setProperty(String, String) with the key indicators
and their corresponding values.
| Field Summary | |
|---|---|
static String |
SUPPORTS_INHERITANCE
if underlying driver supports
inheritance, cache adapter queries only with superclass; otherwise
(default ) it will be explicitly
queried with each of the subclasses. |
static String |
SUPPORTS_VERSIONING
if underlying driver supports
versioning, it should correspond to the versioning managed by the
space; otherwise (default )
versioning will be ignored. |
| Field Detail |
|---|
static final String SUPPORTS_INHERITANCE
Boolean.TRUE if underlying driver supports
inheritance, cache adapter queries only with superclass; otherwise
(default Boolean.FALSE) it will be explicitly
queried with each of the subclasses.
static final String SUPPORTS_VERSIONING
Boolean.TRUE if underlying driver supports
versioning, it should correspond to the versioning managed by the
space; otherwise (default Boolean.FALSE)
versioning will be ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||