Interface QueryCache

All Superinterfaces:
AutoCloseable, Closeable, org.apache.lucene.search.QueryCache
All Known Implementing Classes:
DisabledQueryCache, IndexQueryCache

public interface QueryCache extends Closeable, org.apache.lucene.search.QueryCache
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clear(String reason)
     

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.apache.lucene.search.QueryCache

    doCache
  • Method Details

    • clear

      void clear(String reason)