Package | Description |
---|---|
com.sun.appserv.web.cache.mapping |
Modifier and Type | Class and Description |
---|---|
class |
ConstraintField
ConstraintField class represents a single Field and constraints on its
values; Field name and its scope are inherited from the Field class.
|
Modifier and Type | Method and Description |
---|---|
Field[] |
CacheMapping.getKeyFields()
get the key fields
|
Field |
CacheMapping.getRefreshField()
get the refresh field
|
Field |
CacheMapping.getTimeoutField()
get the timeout field
|
Modifier and Type | Method and Description |
---|---|
void |
CacheMapping.addKeyField(Field field)
add a key field
|
void |
CacheMapping.setRefreshField(Field field)
set the refresh field
|
void |
CacheMapping.setTimeoutField(Field field)
set the timeout field
|
Copyright © 2020. All rights reserved.