Repository URL to install this package:
# Copyright 2018 TrilioData Inc. # All Rights Reserved. from oslo_cache import core def register_opts(conf): core.configure(conf) def list_opts(): # The oslo_cache library returns a list of tuples return dict(core._opts.list_opts())