Method Reset
Reset()
Rewinds the iterator to the beginning of the cached list.
Note that this does not call Reset() on the wrapped tokenstream ever, even the first time. You should Reset() the inner tokenstream before wrapping it with CachingTokenFilter.
Declaration
public override void Reset()