# File lib/ruote/storage/composite_storage.rb, line 73
    def get_many (type, key=nil, opts={})

      storage(type).get_many(type, key, opts)
    end