package
1.5.0
Repository: https://github.com/m3db/m3.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.

# Type aliases

InvalidationMode is the invalidation mode.