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