Add global cache for jihu members' info.
Some processors need to get info of jihu members, so every time they use some api to get the info from .yml file, which requires massive IO cost. So that caching the member info is very important and that's what this issue wants to do.