Click or drag to resize
GateCacheStats Method
Gets gate cache statistics.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member CacheStats : unit -> Tuple<int, int> 

Return Value

Type: TupleInt32, Int32
A tuple of the cache hit count and cache miss count.
See Also