package
0.0.0-20180929161911-5c6aed344a0c
Repository: https://github.com/m3db/m3metrics.git
Documentation: pkg.go.dev

# Functions

NewCache creates a new cache.
NewOptions creates a new set of options.

# Constants

InvalidateAll invalidates all entries as long as one entry is invalid.
InvalidateOne only invalidates a single invalid entry as needed.

# Structs

Configuration is config used to create a Cache.

# Interfaces

Cache caches the rule matching result associated with metrics.
Options provide a set of cache options.
Source is a datasource providing match results.

# Type aliases

InvalidationMode is the invalidation mode.