On Sun, Oct 11, 2009 at 13:59, moi90 <[email protected]> wrote:
>
> I'm working on a cms with caching available (memcached).
> The application has to know, where data has been altered, to drop
> cached values based on old data. So it would be fine to be able to
> register a function that is called (e.g. with table name and primary
> key), whenever a table is altered (object added/deleted/altered).

You can use Elixir "events" for that, as demonstrated at:

http://elixir.ematia.de/trac/browser/elixir/tags/0.7.0/tests/test_events.py

-- 
Gaƫtan de Menten
http://openhex.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to