NF6.2 SysConfig Without Cache
From iDempiere en
Feature: 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:
Technical Info: IDEMPIERE-3967