Gets gate cache statistics.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstatic member CacheStats : unit -> Tuple<int, int>
Return Value
Type:
TupleInt32,
Int32A tuple of the cache hit count and cache miss count.
See Also