3.16.6. Wiki caches

eXo Platform provides 3 Wiki caches, including:

You can change these Social caches that are handled by PageRenderingCacheService in the following files. See Configuration overview for how-to.

In particular:


# == WIKI Caches Configuration == #

# Wiki Cache Configuration - Spaces
#  - Standalone (time to live in seconds)
exo.cache.wiki.PageRenderingCache.Capacity=1000
exo.cache.wiki.PageRenderingCache.TimeToLive=-1

The specific configuration of each Wiki cache can be found in:

RenderingCache

The RenderingCache caches content of visited wiki pages. When any users visit the cached wiki pages, their content will be retrieved from cache rather than the database.

UuidCache

The UuidCache caches Uuid of nodes that stores the visited wiki pages. When any users visit these wiki pages, Wiki gets the nodes by UUID in cache that is much faster than query in the database.

AttachmentCountCache

The AttachmentCountCache caches the number of attachments of the visited wiki pages. When the visited wiki pages are called, the number of page attachments will be retrieved from cache rather than the database.

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