On Tue, Aug 18, 2015 at 7:11 PM, Jamie Johnson <jej2...@gmail.com> wrote:
> Yes, my use case is security.  Basically I am executing queries with
> certain auths and when they are executed multiple times with differing
> auths I'm getting cached results.

If it's just simple stuff like top N docs returned, can't you just use
a security filter?

The queryResult cache uses both the main query and a list of filters
(and the sort order) for the cache key.

-Yonik

Reply via email to