Class StatementCache.Config

    • Method Detail

      • getMaxEntries

        public long getMaxEntries()
        Return the max number of Statements before evicting the LRU when a new one is added.
      • setMaxEntries

        public void setMaxEntries​(long maxEntries)
      • getStmtAgeMaxMs

        public long getStmtAgeMaxMs()
        Return the max age of an LRU Statement to be evicted when a new one is added.
      • setStmtAgeMaxMs

        public void setStmtAgeMaxMs​(long stmtAgeMaxMs)