Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Is there any solutions for memcaching webpage with javascipt ?
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 !
Posted
Comments
Mohibur Rashid 25-Sep-12 0:28am    
There is no caching mechanism in javascript. but you can do this caching mechanism in your server site to avoid retrieving from database

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900