sharing persisten cache between modules
Bart Ogryczak
B.Ogryczak at gmail.com
Mon Oct 23 12:26:42 EDT 2006
More information about the Python-list mailing list
Mon Oct 23 12:26:42 EDT 2006
- Previous message (by thread): sharing persisten cache between modules
- Next message (by thread): sharing persisten cache between modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I´ve got a problem creating persistent cache, that would be shared between modules. There a supermodule, which calls submodules. I´d like submodules to use cache created in the supermodule. The only way I see right now, is to pass it as function argument, but that would require a change in API, which I´d prefer to avoid. Is this the only way?
- Previous message (by thread): sharing persisten cache between modules
- Next message (by thread): sharing persisten cache between modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list