class ThreadSafe::Cache

def marshal_load(hash)

def marshal_load(hash)
  initialize
  populate_from(hash)
end