Store PHP Page output in Memcached
I'm generating user profile using a PHP Script - post PHP processing its
all HTML.
How can I direct this output into memcached?
I know how to save a PHP variable into memcached using set but how to I
save a large snippet of HTML?
Do I somehow save this HTML to a variable and then set this into Memcached?
thanks
No comments:
Post a Comment