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

      synchronize do
        Ruote.fulldup(@h[type][key])
      end
    end