
com.lyncode.xliff.cache.MessageCache Maven / Gradle / Ivy
The newest version!
package com.lyncode.xliff.cache;
import com.google.common.base.Supplier;
import java.util.Locale;
public interface MessageCache {
String retrieve (Locale locale, String code, Supplier initializer);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy