Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105500 > unrolled thread
| Started by | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| First post | 2016-03-22 22:33 +0100 |
| Last post | 2016-03-22 22:33 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
how to cache invalidation "Sven R. Kunze" <srkunze@mail.de> - 2016-03-22 22:33 +0100
| From | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| Date | 2016-03-22 22:33 +0100 |
| Subject | how 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
Back to top | Article view | comp.lang.python
csiph-web