Repository URL to install this package:
Version:
5.0.6.dev27 ▾
|
# 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())