I'm running some dynamic code that changes on pageloads (revenue sharing, don't want to cache a static ad code and get it stuck). The data is stored in memory, hardcoded into the theme's functions.php.
I've tried wp super cache half-on but it still caches the entire page. What about memcached or the old object cache, is that still an option? Suggestions? Thanks, as usual guys.