
The highest tagged major version is
v2.
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Stats is a thread-safe statistics collector.
New creates a new Stats collector.
Hits returns the number of cache hits.
func (s *Stats) IncHits()
IncHits increments the hits counter.
func (s *Stats) IncMisses()
IncMisses increments the misses counter.
Misses returns the number of cache misses.
Ratio returns the cache hit ratio.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.