# File lib/fast_gettext/cache.rb, line 3
    def initialize
      @store = {}
      reload!
    end