Your client region named "region" is a local cache. "CACHING_PROXY" makes it so, so everything you store in that region will be cached locally and sent to the server as well. A client-cache provides local caching functionality via CACHING_PROXY regions, so you don't need a separate cache in addition to the client cache; it is not needed, and it is not supported either.
↧