|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelCache | |
---|---|
info.sswap.impl.empire.io |
Uses of ModelCache in info.sswap.impl.empire.io |
---|
Fields in info.sswap.impl.empire.io declared as ModelCache | |
---|---|
private static ModelCache |
ClosureBuilderFactory.MODEL_CACHE
The default model cache shared by all builders, unless overridden for a specific builder. |
private ModelCache |
ClosureBuilder.modelCache
|
private ModelCache |
ClosureBuilderFactory.modelCache
The model cache that will be used by the builder -- by default, MODEL_CACHE is used, unless overridden via setModelCache(ModelCache) method. |
Methods in info.sswap.impl.empire.io that return ModelCache | |
---|---|
static ModelCache |
ClosureBuilderFactory.getDefaultModelCache()
Gets the default model cache that is shared by all closure-builders (unless it is specifically overridden). |
ModelCache |
ClosureBuilderFactory.getModelCache()
Gets the model cache that will be used by the ClosureBuilders |
Methods in info.sswap.impl.empire.io with parameters of type ModelCache | |
---|---|
void |
ClosureBuilderFactory.setModelCache(ModelCache modelCache)
Sets a new model cache that will be used by ClosureBuilders |
Constructors in info.sswap.impl.empire.io with parameters of type ModelCache | |
---|---|
ClosureBuilder(long maxBytes,
long maxTime,
int maxThreads,
ModelCache modelCache,
java.util.List<java.lang.String> ignoredNamespaces)
Creates a new closure builder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |