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

pl.fhframework.accounts.SimpleGlobalCacheService Maven / Gradle / Ivy

package pl.fhframework.accounts;

public interface SimpleGlobalCacheService {

  void putNotNull(String key, String value);

  String get(String key);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy