Interface ILazyExpressionValueCache

All Known Subinterfaces:
IPartNetwork
All Known Implementing Classes:
PartNetwork

public interface ILazyExpressionValueCache
Cache object that is responsible for storing values of this expression. This cache object is responsible for determining when the values need to be ejected from the cache.
  • Method Details

    • setValue

      void setValue(int id, IValue value)
    • hasValue

      boolean hasValue(int id)
    • getValue

      IValue getValue(int id)
    • removeValue

      void removeValue(int id)