I have been given the following code and tasked with making it thread safe:
public class HashtableWrapper { private Hashtable _cachedData; public Ha