Interface NamedValueCache

All Known Implementing Classes:
NamedValueCacheImpl

public interface NamedValueCache
Defines the available methods used to handle NamedValue caching
  • Method Summary

    Modifier and Type
    Method
    Description
    getNamedValue(int id)
    Gets the NamedValue specified by the provided id
    boolean
    Determines if the specified id exists in the current cache instance
  • Method Details

    • getNamedValue

      NamedValue getNamedValue(int id)
      Gets the NamedValue specified by the provided id
      Parameters:
      id - - the id of the NamedValue to retrieve.
      Returns:
      - the NamedValue specified by the provided id
    • isValueDefined

      boolean isValueDefined(int id)
      Determines if the specified id exists in the current cache instance
      Parameters:
      id - - the id that should be checked
      Returns:
      true if the value is defined; otherwise false