Results 245 comments of Daniel

Should this have a caching mechanism as well?

I think you can add a logger adapter: https://community.parseplatform.org/t/logging-using-external-services-cloudwatch-datadog-etc/1036/3

From my observation, Parse Server uses an inbuilt cache / redis cache to store **User Roles** and **User Data** to speed up the time it takes to resolve a cloud...

Yes, so I think you would need to reword this as a feature request rather than a bug because the cache is working as expected. See: https://docs.parseplatform.org/parse-server/guide/#configuring-cache-adapters > By default,...

I think this is a duplicate of #4750. I think it would be hard to decide how a global cache should work, if it's providing a short-circuited response from `beforeFind`...