You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cachex.clear(:veil_users) will clear the cache, but that is probably not what you want to do, as it will clear ALL the users. Cache.del(:veil_users, USER_ID) will clear a specific user for a given USER_ID.
Are you updating the User using the YourApp.Veil.update_user/2 function? If you do, it should change the cache after the update to refer to the updated user.
If I change something in the user, the cache still shows the old value. Is there a simple way to trigger a cache reload?
Many thanks for any help!
Best
Andreas
The text was updated successfully, but these errors were encountered: