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 Summary
-
Method Details
-
setValue
-
hasValue
boolean hasValue(int id) -
getValue
-
removeValue
void removeValue(int id)
-