Documentation Center

Caching

Caching speed up your Web site by storing commonly used or resource-intensive objects in a server-side cache. The server-side cache keeps these objects available rather than reinitializing them each time they are requested. In a scaled-out scenario, synchronize the various caches using remote synchronization. Content Delivery also has client-side caching, which can be configured in the .NET Web application's Web.config file or in the file cd_client_conf.xml in a Java/JSP Web application

SDL Tridion World Article: What is the SDL Tridion Object Cache?

For an implementer's own view on caching, refer to the SDL Tridion World article at this URL: https://www.sdltridionworld.com/articles/whatisthesdltridionobjectcache.aspx.