Click or drag to resize

UserDataCache Properties

The UserDataCache type exposes the following members.

Properties
  Name Description
Public property AutoSave Gets or sets flag that determines if InterprocessCache should automatically initiate a save when FileData has been updated.
(Inherited from InterprocessCache)
Public property FileData Gets or sets file data for the cache to be saved or that has been loaded.
(Inherited from InterprocessCache)
Public property FileName Path and file name for the cache needing inter-process synchronization.
(Inherited from InterprocessCache)
Public property Item Gets or sets UserData for given loginID.
Public property MaximumConcurrentLocks Gets the maximum concurrent reader locks allowed.
(Inherited from InterprocessCache)
Public property MaximumRetryAttempts Maximum retry attempts allowed for loading or saving cache file data.
(Inherited from InterprocessCache)
Public property ProviderID Gets or sets unique provider ID used to distinguish cached user data that may be different based on provider.
Public property ReloadOnChange Gets or sets flag that enables system to monitor for changes in FileName and automatically reload FileData.
(Inherited from InterprocessCache)
Public property RetryDelayInterval Wait interval, in milliseconds, before retrying load or save of cache file data.
(Inherited from InterprocessCache)
Top
See Also