invalidate method

void invalidate()

Invalidate the cache (forces full scan on next call).

Implementation

void invalidate() {
  _prevQuery = '';
  _cache = [];
  _corpusGeneration = -1;
}