In some case could be useful disable all table from the user cache. Here a draft for this purpose
static void disableCache(Args _args)
{
DictTable dictTable;
SysDictTable sysdictTable;
tableId tableId;...(read more)
↧