Erikhht / gaewiki

Automatically exported from code.google.com/p/gaewiki
0 stars 0 forks source link

handler-level memcache #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in Issue 55, I used memcache on a WikiContent.get_by_title() unit.
but html rendering is heavy process too.
so, I changed to use memchache to output html data.

Original issue reported on code.google.com by h.rayflood on 1 Dec 2011 at 9:07

Attachments:

GoogleCodeExporter commented 9 years ago
memcache is active only anonymous user.
logined user gets always non chached pages.

Original comment by h.rayflood on 1 Dec 2011 at 9:10

GoogleCodeExporter commented 9 years ago
when page updated, we need purge all memcaches.
I added CachePurgeHandler to purge memcaches on background task.

Original comment by h.rayflood on 1 Dec 2011 at 9:16

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 01c168a7c170.

Original comment by justin.forest on 18 Feb 2012 at 9:49