bbangert / beaker

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

cache: store decorated function name in wrapper. #149

Closed marcinkuzminski closed 6 years ago

marcinkuzminski commented 6 years ago

This Allows easier debugging when using @cache_region decorator

marcinkuzminski commented 6 years ago

Update the PR as discussed.