I found that nginx can just work in multi-process. I just write a cache and found the cache can not be shared in multi-process model, each work process just copy the cache and manage the cache self. So I want a global cache .Does any way I can share a cache in global?<br>