# File lib/ruote/storage/composite_storage.rb, line 63
    def get (type, key)

      storage(type).get(type, key)
    end