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