Interface IndexesCache

All Known Implementing Classes:
IndexesCacheHolder

public interface IndexesCache
  • Method Details

    • getIndex

      Optional<Index> getIndex(IndexKey indexKey)
      Parameters:
      indexKey - to search by
      Returns:
      Optional Index
    • hasIndexFor

      boolean hasIndexFor(IndexedField indexedField)
      Parameters:
      indexedField - to search by
      Returns:
      true if there is an index for the given indexed field