# File lib/fast_gettext/storage.rb, line 83
    def key_exist?(key)
      !!(cached_find key)
    end