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