Versions in this module Expand all Collapse all v0 v0.60.0 Jun 20, 2026 Changes in this version + var ErrDataNotFound = errors.New("unable to find data in memory cache") + type InMemoryCache struct + func New(maxAge time.Duration, backend []storage.StorageDriver) *InMemoryCache + func (c *InMemoryCache) AddStats(cInfo *info.ContainerInfo, stats *info.ContainerStats) error + func (c *InMemoryCache) Close() error + func (c *InMemoryCache) RecentStats(name string, start, end time.Time, maxStats int) ([]*info.ContainerStats, error) + func (c *InMemoryCache) RemoveContainer(containerName string) error