-
- All Known Implementing Classes:
DefaultModificationCountProvider,InputModificationCountProvider
public interface ModificationCountProviderA monotonically increasing sequence of change numbers. These can be used to detect when cached values have been (potentially) invalidated, provided that modifiers increment the underlying counter.Change number sequences are only required for advanced techniques; normal usage of operators and ports does not require them.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetModificationCount()Gets the current change number.
-