Interface QueryCache
-
- All Superinterfaces:
AutoCloseable,Closeable,IndexComponent,QueryCache
- All Known Implementing Classes:
DisabledQueryCache,IndexQueryCache
public interface QueryCache extends IndexComponent, Closeable, QueryCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear(String reason)-
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
-
Methods inherited from interface org.apache.lucene.search.QueryCache
doCache
-
-
-
-
Method Detail
-
clear
void clear(String reason)
-
-