Tanstack query – PersistQueryClientProvider : Is there a way to remove certain queries from memory without removing them from the persistor?
In my Capacitor (with React) app, the logged in users can have profiles in each account (Think similar to profiles on Netflix or Prime Video but with more differences). Each profile has its own unique data that is fetched using my endpoints. The total data stored for each profile could go as high as 100mb.