Runtime tools : Service components : Remote cache service
  
Remote cache service
Applications can be deployed across multiple servers in order to improve performance, increase throughput, and provide high availability (failover).
In distributed deployments, applications servers run in parallel and might need to share data, session state, and locks. In UNICOM® Digital Transformation Toolkit (UDTT™) Versions 10.1 and later, this requirement can be provided by implementing the remote cache service.
This graphic is described in the surrounding text.
The remote cache service allows you to share the following types of information:
Global Shared Data: Important data that is infrequently updated such as organization structures, product descriptions, or marketing campaigns
Session Data/State: Session token and status
Global Register: Global locks, counters, and queues
See:
How remote cache works
How to use the remote cache
Class and API reference
See also:
Go up to
Service components