SynchronizationEngineCacheMissCount Property |
The number of cache misses during the current app lifetime.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic int CacheMissCount { get; }
Public ReadOnly Property CacheMissCount As Integer
Get
public:
property int CacheMissCount {
int get ();
}
member CacheMissCount : int with get
Property Value
Type:
Int32
See Also