RefreshPolicy Enumeration |
Specifies how a cahed resource is refreshed.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic enum RefreshPolicy
Public Enumeration RefreshPolicy
public enum class RefreshPolicy
Members
| Member name | Value | Description |
---|
| NoRefresh | 0 |
No automatic refresh, the caller must force a GET from the service to trigger refresh.
|
| PeriodicallyRefreshExpiredResource | 1 |
The cached resource is refreshed in the background periodically after an interval provided in SyncPolicy.RefreshAfter.
|
See Also