Apache HTTP Server Version 2.3
Available Languages: en
The Shared Object Cache provides a means to share simple data across all a server's workers, regardless of thread and process models. It is used where the advantages of sharing data across processes outweigh the performance overhead of inter-process communication.
The shared object cache as such is an abstraction. Four different modules implement it. To use the cache, one or more of these modules must be present, and configured.
The only configuration required is to select which cache provider
to use. This is the responsibility of modules using the cache, and
they enable selecton using directives such as
AuthnCacheSOCache
,
SSLSessionCache
, and
SSLStaplingCache
.
Currently available providers are:
Available Languages: en