Is `ISynchronizedObjectInstanceCache` a distributed cache?

  • Page Owner: Not Set
  • Last Reviewed: 2018-09-25

If I put an object into ISynchronizedObjectInstanceCache on one server, will it be available in the cache on other servers?


Answer

No. When something is put into ISynchronizedObjectInstanceCache it is only put there on that server. It is not distributed to other servers. The only synchronization is when objects are removed from cache, they are removed across all servers.

See this article for further details:

https://support.episerver.com/hc/en-us/articles/115002360251-Further-information-on-DXC-and-caching-mechanisms