# File lib/thread_safe/cache.rb, line 130
    def marshal_load(hash)
      initialize
      populate_from(hash)
    end