I have a config table, and I query for values like this from a cron
program:

db(db.config.name=='api_key').select(db.config.value).first().value

This query always returns the same value, even after I change it via
the admin app's database editor.

Is the DAL doing some sort of caching? Is there a way I can disable
it?

Reply via email to