Description of Application and Cache Cluster Diagram

This diagram shows how applications access and share caches.

Across the top, five boxes are arranged from left to right and labeled Java SE App1, Java SE App2, Java SE App3, Node App4, and PHP App5.

Across the bottom, two boxes are arranged from left to right and labeled Cache Cluster 1 and Cache Cluster 2. Within Cache Cluster 1 are three boxes arranged from left to right and labeled Customer Cache, Shopping Cart Cache, and Inventory Cache. Within Cache Cluster 2 are three boxes arranged from left to right and labeled Pricing Cache, Offers Cache, and Bookings Cache.

Arrows from Java SE App1 go to Customer Cache, Shopping Cart Cache, and Inventory Cache. An arrow from Java SE App 2 goes to Inventory Cache. An arrow from Java SE App3 goes to Pricing Cache. Arrows from Node App4 go to Pricing Cache, Offers Cache, and Bookings Cache. Arrows from PHP App5 go to Offers Cache and Bookings Cache.