“USERS” table has a one to many releation with “USER_PERMITTED_CATEGORIES”
And I defined Collection Permission Policy according to that.
But I want to load that UserPermittedCategories table once and only after just login because everytime it fetchs same data and there isn’t need to put a load on database.
Does nocobase provide this?