Class QueryOptimizer.QueryPlanCache

java.lang.Object
com.loomcache.server.query.QueryOptimizer.QueryPlanCache
Enclosing class:
QueryOptimizer

public static final class QueryOptimizer.QueryPlanCache extends Object
LRU cache for parsed and optimized query plans.
  • Constructor Details

    • QueryPlanCache

      public QueryPlanCache(int maxSize)
    • QueryPlanCache

      public QueryPlanCache()
  • Method Details