We're using the API to add and update users in Checkbox. We are updating email addresses via the API. However, changes to email addresses via the API are not reflected in the web application if that user's profile data has been loaded into cache on the web server.

I've followed the directions for setting up the web application to run in a web farm, including changing the key CacheVolatileDataInApplication to False. But the email address of the user profile continues to be cached. Is there a way to specify that this field should not be cached? (Or is there a different way to programmtically update the user profile where the cached data would be updated).

We're currently using version 4.4.0.5.

Thanks!