Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
# 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())