2.13. Cache configuration

To retrieve and display content faster, eXo Platform uses some cache services that can be found in:

The cache configuration section in the configuration.properties file defines properties and their values for caches of eXo Platform. If these properties are not defined in the configuration.properties file, the default values set in specific XML configurations are then used.

For example, consider the following configuration (that is in a specific XML configuration):


...
    <field name="maxSize">
        <int>${gatein.cache.mop.maxsize:2000}</int>
    </field>
    <field name="liveTime">
        <long>${gatein.cache.mop.livetime:600}</long>
    </field>
...

Tip

See Basic concepts for explanation of properties used for eXo Platform caches.

Note

More details about the eXo Platform caches can be found in:

See also

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus