Package io.datarouter.auth.cache
Class DatarouterAccountPermissionKeysByPrefixCache
java.lang.Object
io.datarouter.auth.cache.DatarouterAccountPermissionKeysByPrefixCache
@Singleton public class DatarouterAccountPermissionKeysByPrefixCache extends Object
-
Constructor Summary
Constructors Constructor Description DatarouterAccountPermissionKeysByPrefixCache(BaseDatarouterAccountPermissionDao dao) -
Method Summary
Modifier and Type Method Description List<DatarouterAccountPermissionKey>get(DatarouterAccountPermissionKey prefix)Map<DatarouterAccountPermissionKey,List<DatarouterAccountPermissionKey>>load()voidrefresh()
-
Constructor Details
-
DatarouterAccountPermissionKeysByPrefixCache
@Inject public DatarouterAccountPermissionKeysByPrefixCache(BaseDatarouterAccountPermissionDao dao)
-
-
Method Details
-
load
-
refresh
public void refresh() -
get
-