Class MemoizedOperationKey

java.lang.Object
com.illumon.iris.db.v2.MemoizedOperationKey

public abstract class MemoizedOperationKey
extends Object
Keys for memoized operations on QueryTable. When a null key is returned from one of the static methods; the operation will not be memoized (e.g., if we might depend on the query scope; we can't memoize the operation).