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


Groups > comp.lang.python > #105500

how to cache invalidation

From "Sven R. Kunze" <srkunze@mail.de>
Newsgroups comp.lang.python
Subject how to cache invalidation
Date 2016-03-22 22:33 +0100
Message-ID <mailman.22.1458682409.2244.python-list@python.org> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web