3 years ago
Cache private results for public users
We had a bug where any query that had a scope set would not be cached at all for public users.
While the cache for public users should not be shared with authenticated users in that case, the query should still be cached for them. We've now resolved those issues and the caching works as it should again!