Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105500 > unrolled thread

how to cache invalidation

Started by"Sven R. Kunze" <srkunze@mail.de>
First post2016-03-22 22:33 +0100
Last post2016-03-22 22:33 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  how to cache invalidation "Sven R. Kunze" <srkunze@mail.de> - 2016-03-22 22:33 +0100

#105500 — how to cache invalidation

From"Sven R. Kunze" <srkunze@mail.de>
Date2016-03-22 22:33 +0100
Subjecthow to cache invalidation
Message-ID<mailman.22.1458682409.2244.python-list@python.org>
Hi everybody,

I got another module up and running: xcache
Background described here: 
http://srkunze.blogspot.com/2016/03/safe-cache-invalidation.html

We needed a way to safely invalidate rlu_caches once a Web request has 
been finished. So, we came up with a solution using garbage collection 
and extended this to context managers for other purposes. Maybe, it can 
be useful to other Python devs as well. :-)

Let me know if you need help with it.

Best,
Sven

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web