📅  最后修改于: 2022-03-11 14:58:05.334000             🧑  作者: Mango
given a URL, try finding that page in the cache
if the page is in the cache:
return the cached page
else:
generate the page
save the generated page in the cache (for next time)
return the generated page