Skip to main content

SysConfig without Cache

Goal: Technical

Developer: Carlos Ruiz

Description:

By default all SysConfig values are cached, so when they change it requires a Cache Reset to take the new value.

In some cases it is required that the SysConfig is not cached, and it must always read its value from the database.

For this it was implemented a simple solution, just add the suffix _NOCACHE to your SysConfig variable, for example:

SysConfig NOCACHE

Technical Info: IDEMPIERE-3967


Source: Wiki