Class NullQueryResultCache

  • All Implemented Interfaces:
    QueryResultCache

    public class NullQueryResultCache
    extends java.lang.Object
    implements QueryResultCache
    Do nothing QueryResultCache
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(SearchRequest q)
      Add the results for the specified query to the cache
      ResultSet checkCache​(SearchRequest q)
      Returns the ResultSet for the specified query, or null if that query has no cached results.
      void reset()
      Clears the cache
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait