def read_cache()

in chef_inventory.py [0:0]


    def read_cache(self):
        cache = open(self.cache_path, 'r')
        data = json.loads(cache.read())
        return data