-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ResolverCacheConfigNamed presets to help configure various caches inside the type resolver/matcher.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LARGEMemoizing and outlining for large enterprise apps.
MEMOSMemoizing and outlining for the average sized app.
NO_MEMOSOutlining only for the average sized app, no memoizing.
SMALLOutlining only for small microservice apps.
LEGACYNo outlining or memoizing.
-
Method Summary
Modifier and Type Method Description abstract intnoMatchesSize()abstract intmemoPoolSize()abstract intoutlinePoolSize()abstract inttypePoolSize()static Array<ResolverCacheConfig>values()static ResolverCacheConfigvalueOf(String name)-
-
Method Detail
-
noMatchesSize
abstract int noMatchesSize()
-
memoPoolSize
abstract int memoPoolSize()
-
outlinePoolSize
abstract int outlinePoolSize()
-
typePoolSize
abstract int typePoolSize()
-
values
static Array<ResolverCacheConfig> values()
-
valueOf
static ResolverCacheConfig valueOf(String name)
-
-
-
-