Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsCache ¶
type MetricsCache struct {
// contains filtered or unexported fields
}
func NewMetricsCache ¶
func NewMetricsCache(size int64) *MetricsCache
func (*MetricsCache) Put ¶
func (r *MetricsCache) Put(m *Metrics)
func (*MetricsCache) Read ¶
func (r *MetricsCache) Read(size int64) []*Metrics
Click to show internal directories.
Click to hide internal directories.