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