JAL-2835 spike updated with latest
[jalview.git] / src / jalview / fts / api / GFTSPanelI.java
index d15f2e8..974cc88 100644 (file)
@@ -138,4 +138,18 @@ public interface GFTSPanelI
    */
   public Map<String, Integer> getTempUserPrefs();
 
+  /**
+   * Returns unique key used for storing an FTSs instance cache items in the
+   * cache data structure
+   * 
+   * @return
+   */
+  public String getCacheKey();
+
+  /**
+   * 
+   * @return user preference name for configuring this FTS search's autosearch
+   *         checkbox
+   */
+  public String getAutosearchPreference();
 }