: Does "cache=false" apply to all caches? The docs make it sound like it is for : filterCache only, but I could be misunderstanding.
it's per *query* -- not per cache, or per request... /select?q={!cache=true}foo&fq={!cache=false}bar&fq={!cache=true}baz ...should cause 1 lookup/insert in the filterCache (baz) and 1 lookup/insert into the queryResultCache (for the main query with it's associated filters & pagination) -Hoss