invalidate method
void
invalidate()
Invalidate the cache (forces full scan on next call).
Implementation
void invalidate() {
_prevQuery = '';
_cache = [];
_corpusGeneration = -1;
}
Invalidate the cache (forces full scan on next call).
void invalidate() {
_prevQuery = '';
_cache = [];
_corpusGeneration = -1;
}