This caching mechanism should only be used to cache objects of a specific type.
52535455565758
public class ReadCacheTest { private ReadCache subject; @Before public void setUp() { subject = new ReadCache(); }