Show TOC Start of Content Area

Function documentation TREX Caches  Locate the document in its SAP Library structure

Use

The TREX caches are used by the TREX infrastructure of the portal to store search results temporarily, for example. You use the configuration of the caches to display the caches and modify them to your requirements. Normally, you do not change these settings. You use the Visual Administrator to display the TREX cache in the J2EE Engine.

 

Features

The TREX caches comprise the following cache types:

      Administration cache

      Memory cache

Note

For more information about the caches used in KM, see Components and Their Caches.

Caution

Note that only those parameters and values for the TREX service are described that you have to configure in specific circumstances.

Administration Cache

The administration cache is a memory cache that objects are stored in. The administration cache is used to store TREX commands that are initiated by the TREX administration control.

Key

Value

Description

cache.trexadmin.capacity

100

Capacity of the cache; this value depends on the number of different search requests.

cache.trexadmin.defaulttimetolive

300

Expiry time for the cache; specifies in seconds how long the cache entry is to exist.

 

Memory Cache

The administration cache is a memory cache that objects are stored in. The memory cache is used to store search queries and the associated responses.

Key

Value

Description

cache.trexmemory.capacity

100

Capacity of the cache; this value depends on the number of different search requests.

cache.trexmemory.defaulttimetolive

300

Expiry time for the cache; specifies in seconds how long the cache entry is to exist.

Caution

The required caches have already been selected. Do not change these settings.

 

End of Content Area