Start of Content Area

Background documentation Architecture of the Cache Server  Locate the document in its SAP Library structure

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).

This graphic is explained in the accompanying text

A notable feature of the cache is its 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.

As already described (see Content Management Service), SAP HTTP Content Server interface supports signed URLs. Cache URLs can of course alse be signed. 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 SAP certificates, or else it gets them from the appropriate content server.

Note

The Cache Server has the same security mechanisms as the Content Server.

End of Content Area