Parse is caching some stuffs like user roles and sessions.
I believe because the default cache doesn't have a limit, makes it continuously increase in size.
We want to disable it, but if that could affect performance we can use a RedisCache or ImMemoryCache where we can set a cache size limit.
Parse is caching some stuffs like user roles and sessions.
I believe because the default cache doesn't have a limit, makes it continuously increase in size.
We want to disable it, but if that could affect performance we can use a RedisCache or ImMemoryCache where we can set a cache size limit.