package com.megatim.fdxcommons.core.ifaces.helper; import com.megatim.fdxcommons.model.pojo.DataInMemory; /** * * @author ASUS */ public interface DataInMemoryHandler { void initializeDataInMemory(); DataInMemory getDataInMemory(); }