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

mobi.cangol.mobile.service.cache.CacheLoader Maven / Gradle / Ivy

There is a newer version: 1.2.7
Show newest version
package mobi.cangol.mobile.service.cache;

public interface CacheLoader {

    /**
     * 加载中...
     */
    void loading();

    /**
     * 获取缓存数据
     */
    void returnContent(Object content);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy