public interface NamedValueCache
NamedValue
cachingModifier 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 id
id
- - the id
of the NamedValue
to retrieve.NamedValue
specified by the provided id
boolean isValueDefined(int id)
id
exists in the current cache instanceid
- - the id
that should be checkedtrue
if the value is defined; otherwise false
Copyright © 2016–2025. All rights reserved.