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

net.n2oapp.context.CacheTemplateByMapMock Maven / Gradle / Ivy

The newest version!
package net.n2oapp.context;

import java.util.function.Supplier;

/**
 * @author iryabov
 * @since 18.05.2016
 */
public class CacheTemplateByMapMock extends CacheTemplateByMap {

    @Override
    public  T get(Supplier supplier, Object... keys) {
        return supplier.get();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy