# File lib/rufus/cloche.rb, line 112
    def get(type, key)

      r = lock(:read, type, key) { |f| do_get(f) }

      r == false ? nil : r
    end