Skip to content
OCEE documentation
OCEE documentation

Accelerator

The OCEE Accelerator improves system performance by caching database query results in main memory.

The Accelerator is a feature that allows configuring a fully cached environment. That means that objects that are read from the database are cached as long as possible, to minimize the expensive database accesses.

accelerator_diagram

Please note that the open source OpenCms core release already incorporates several types of caching methods, including the so called Flex Cache feature, but the Accelerator feature takes the cached functionalities to the extreme.