All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.epos.handler.dbapi.util.LoadCache Maven / Gradle / Ivy

The newest version!
package org.epos.handler.dbapi.util;

import org.epos.handler.dbapi.DBAPIClient;
import org.epos.handler.dbapi.EPOSDataModel;

public class LoadCache {

    public static void loadCache() {
        DBAPIClient.DBAPI.values().forEach(EPOSDataModel::getAll);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy