Package 

Enum ResolverCacheConfig

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ResolverCacheConfig
    
                        

    Named presets to help configure various caches inside the type resolver/matcher.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LARGE

      Memoizing and outlining for large enterprise apps.

      MEMOS

      Memoizing and outlining for the average sized app.

      NO_MEMOS

      Outlining only for the average sized app, no memoizing.

      SMALL

      Outlining only for small microservice apps.

      LEGACY

      No outlining or memoizing.