//private static Logger logger = Log4jLoggerFactory.getLogger(CachePusherImpl.class);
private ArrayList<Data> array;
@SuppressWarnings("unchecked")
public CachePusherImpl(File file) throws Exception {
super((HashtableLinkedList<String,Data>) new ObjectFile(file.toString()).load());
}