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

com.eshore.uas.extensions.MenuCache Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.eshore.uas.extensions;

import java.util.List;

import com.eshore.uas.server.api.Access;
import com.eshore.uas.server.api.User;

/**
 * 菜单缓存实现
 * @author eshore
 *
 */
public interface MenuCache {
	List get(String appId);
	void put(String appId,List access);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy