bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 147 forks source link

invalidate cache decorator doesn't invalidate <beaker.container.MemoryNamespaceManager object> #209

Closed keerthu3196 closed 3 years ago

keerthu3196 commented 3 years ago

In Lib\site-packages\beaker\container.py on line number - 423 self.key in self.namespace, it fails and hence the memory cache is not invalidated

keerthu3196 commented 3 years ago

It was not an issue.