Despite their similar architecture, the
Cache Server and the Content Server have some basic differences. The cache server can set up its own HTTP
connections to other servers and can forward incoming client requests. The
“other servers” can be content servers or other cache servers. If
the server in question is another cache server, this architecture is known as
cascaded or multi-layer caching (see also Cascaded Caches).
A notable feature of the cache is ist almost complete freedom in terms of administration. As soon as the cache is integrated into the server topology, it can start performing its services without the need for log monitoring or backups.
Caches are always used for read access to documents. “Lazy write” is not supported. In other words, a client that wants to store documents must always be directly connected to the corresponding cache server.
Cache URLs can be signed, in the same way that the SAP Content Server interface supports signed URLs. However, it would be very inconvenient if the cache had to rely on the Content Server to carry out signature checks every time. It therefore makes sense for the cache to check the signatures itself. To this end, the cache contains all the necessary certificates, or else it gets them from the appropriate content server. For more information on this topic, see Secure Operation of the Cache Server.
The Cache Server has the same security mechanisms as the Content Server.