* methods. This test makes sure that the instance
* returned does not throw exceptions on any method.
*/
public void testDataStoreCache() {
DataStoreCache ds = getPMF().getDataStoreCache();
ds.evict(pointoid);
ds.evictAll();
ds.evictAll(pointoidCollection);
ds.evictAll(pointoidArray);
ds.evictAll(PCPoint.class, true);
ds.pin(pointoid);