public final class FieldCacheHolder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_LIST
Max size of the list to be cached.
|
PossibleRowsHolder |
pr
the possible rows
|
Constructor and Description |
---|
FieldCacheHolder() |
Modifier and Type | Method and Description |
---|---|
FieldCacheLoader |
fetchLoader(boolean appendMode)
fetch the current loader
|
boolean |
hasLoader()
has we got a loader
|
FieldCacheLoader |
makeLoader(boolean appendMode)
make a new loader if needed.
|
void |
release()
release the loader
|
public static final int MAX_LIST
public PossibleRowsHolder pr
@CheckReturnValue @Nullable public FieldCacheLoader fetchLoader(boolean appendMode)
appendMode
- are we in append mode ?@CheckReturnValue public boolean hasLoader()
@CheckReturnValue @Nonnull public FieldCacheLoader makeLoader(boolean appendMode)
appendMode
- are we in append mode ?public void release()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.