I'm working on a site that currently uses JPCache which works very well for the site. However, I'm integrating functionality that involves logging in and out and we want 2 or 3 parts of each page to display differently based on whether or not they're logged in (basically a Welcome {name} message and hiding the login/register links if they're logged in).
I'm looking for a different caching method to replace JPCache. I see that PEAR:Cache_Lite, ACL, and maybe Memcache might be good replacements that will allow us to cache most of the page and leave certain components dynamic.
Does anyone have experience with these that could give me some advice on which one is best, easiest to use, etc? Or maybe another alternative?
Thanks!