SynchronizationEngineCacheHitCount Property |
The number of cache hits 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 CacheHitCount { get; }
Public ReadOnly Property CacheHitCount As Integer
Get
public:
property int CacheHitCount {
int get ();
}
member CacheHitCount : int with get
Property Value
Type:
Int32
See Also