public interface UserProjectCache
void update(String user, Set<String> projects)
project - the projectbinding - the binding to get user infoMap<String,Set<String>> getUserProjects()
boolean hasUser(String user)
user - void expire()
Copyright © 2015 Red Hat. All rights reserved.