pub type GroupsProxyCache = Arc<RwLock<PlHashMap<String, GroupsProxy>>>;
struct GroupsProxyCache { /* private fields */ }