wrap
argument (ProxyBackend) does not work on cache_from_config
#41
Labels
bug
Something isn't working
wrap
argument (ProxyBackend) does not work on cache_from_config
#41
Migrated issue, originally created by jvanasco (jvanasco)
It appears that the settings in ( file =
dogpile.cache.region.py
CacheRegion.configure()
are not synched withCacheRegion.configure_from_config()
editing line 344 to reflect the following makes it work:
This wouldn't come up if you were building the regions entirely off a config file, but if you're using a dict to track multiple regions, this creates an issue.
The text was updated successfully, but these errors were encountered: