Just wanted to check as the after reading docs I'm not 100% sure but in our scenario we have a separate server with running the Deployer (HTTP Upload), a separate SQL Server with Broker on it and two presentation servers each with the API server role installed.
We want to take advantage of Tridion Object caching so
On each presentation server:
- Installed CCS.
- Update cd_storage_conf:
- ObjectCache enabled = true
- Add RemoteSynchronization entry pointing to the local Cache Channel service "localhost".
- Set cached=true on ItemTypes I want to cache.
On Deployer server:
- CCS not installed here.
- Update cd_storage_conf:
- ObjectCache enabled = true
- Add RemoteSynchronization entry pointing to each of the Cache Channel services on the presentation servers.
- Set cached=true on ItemTypes I want to cache.
I this correct? Basically I'm unsure if the CCS goes on each API server to be notified by the Deployer, or if it goes on the Deployer server and the API server point to it there?
Cheers