Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.


Is there any solutions for memcaching webpage with node.js?
example :
- check if webpage have never not cached : function check_cache() {}
- add webpage to cache : function add_cache(){}
- get from cache : function get_cache() {}

my web page that i want to cached is contained json file, so it is difficult .

thank !

share|improve this question
Check this previous question stackoverflow.com/questions/6233832/… – AurA Sep 25 '12 at 6:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.