The flags for modifying profile data.
enum ids_bbprofile_set_data_flag{
IDS_PROFILE_SET_DATA_DEFAULT = 0x00000000
IDS_PROFILE_SET_DATA_CACHE = 0x00000001
};
BlackBerry 10.2.0
If options are not specified, the update process will follow the default behavior where the entry is not cached. If the entry is already being cached, this flag will not disable caching.
Override the default behavior to enable local data caching for this entry. In cases where the application may need data stored locally for quick or repeated access, the value can be cached securely on the device and retrieved on demand, even when not connected to the remote storage copy. The cache is synchronized with the remote copy so that the cache is always up to date while the device has appropriate data coverage.
Multiple flags can be combined using bitwise 'OR' unless stated otherwise. See the flags parameter in the ids_set_data() function for more information.