4 Using Database
This topic provides information on Using Database.
In situations where cache is undesirable, database can be used in place of a dedicated cache mechanism.
For turning off distributed caching and switching to database, run the below script and take a restart
update digx_fw_config_all_b set PROP_VALUE=’false’ where
PROP_ID=’DISTRIBUTED_CACHE_ENABLED’;