Class AbstractQueryResultsCache

    • Field Detail

      • maxSize

        protected int maxSize
        Maximum size of cache (if supported by the plugin).
      • clearAtClose

        protected boolean clearAtClose
        Whether to clear out all objects at close().
      • expiryMillis

        protected long expiryMillis
        Timeout for cache object expiration (milliseconds).
      • cacheName

        protected String cacheName
        Name of the cache to use.
    • Constructor Detail

      • AbstractQueryResultsCache

        public AbstractQueryResultsCache​(NucleusContext nucleusCtx)