hmm, I am sorry to tell you that we don't have what your want now. the current proxy.config.http.cache.cluster_cache_local is a directive to enable the cluster-cache-local directive. the you can set for example: dest_host=127.0.0.1 scheme=http action=cluster-cache-local in cache.config
you will get a system with mostly a cluster cache, and some of the content controlled in cache.config to be round robin. we think if someone want a cluster env, he will put mostly of the content cached in the cluster wide. the feature you need is really nice if we can implement it. please file a jira new feature request for that. thanks 在 2013-9-5,上午10:12,Scott Harris <[email protected]> 写道: > Can someone explain the purpose of the new feature and option : > proxy.config.http.cache.cluster_cache_local > > > I was hoping this allowed me to run in cluster mode and if I made a request > to a member that does not have it stored locally (but was stored on another > member) it would retrieve it from another member and then cache locally. > Subsequent requests could then be served from cache from 2 cache members. > > > From testing if an object is stored on a member in the cluster and you hit a > member that does not have it stored it retrieves from the origin server. > > > I may be missing something but what is the point of running in full cluster > mode with proxy.config.http.cache.cluster_cache_local set to 1? >
