Key - Key Node type.public final class CkdFunctionResultCacheDecorator<Key> extends Object implements CkdFunction<Key>
If the same child of the same parent is requested a second time, the original result will be returned.
public Key deriveChildKey(Key parent, int childIndex)
CkdFunctionderiveChildKey 在接口中 CkdFunction<Key>parent - The parent to find the child ofchildIndex - The index of the childKeyNode for the childCopyright © 2021. All rights reserved.