Have recently found the metric functions in sprintr (today) and we have been using them to peer into our test environment. We found that a certain app (PivotDataWidget) caches a lot objects when opened! If the page with the pivot widget is opened numerous times it keeps adding to the cached objects.
Back to the real question - how many cached objects is too much? Does it really have that much of an effect on the system? I am assuming here that it is server based caching (Using the server's RAM to cache it), if so it would come down to the amount of RAM the server has.
Is there a way to force a cache clear for a user or for a certain process?
Lots of questions asked, but thanks for any replies!