Google App Engine - Caching generated HTML

前端 未结 5 1145
盖世英雄少女心
盖世英雄少女心 2021-02-05 06:58

I have written a Google App Engine application that programatically generates a bunch of HTML code that is really the same output for each user who logs into my system, and I kn

5条回答
  •  猫巷女王i
    2021-02-05 07:47

    This is not a complete solution, but might offer some interesting option for caching.

    Google Appengine Frontend Caching allows you a way of caching without using memcache.

提交回复
热议问题