The Beaker cache documentation seems to assume a configured cache at import time for use as a decorator.
I would like to defer configuration of the cache until later so its parameters can be loaded from a configuration file.
How do I reconfigure the Beaker cache?