public interface NamedValueCache
NamedValue caching| Modifier and Type | Method and Description |
|---|---|
NamedValue |
getNamedValue(int id)
Gets the
NamedValue specified by the provided id |
boolean |
isValueDefined(int id)
Determines if the specified
id exists in the current cache instance |
NamedValue getNamedValue(int id)
NamedValue specified by the provided idid - - the id of the NamedValue to retrieve.NamedValue specified by the provided idboolean isValueDefined(int id)
id exists in the current cache instanceid - - the id that should be checkedtrue if the value is defined; otherwise falseCopyright © 2016–2025. All rights reserved.