cache

package
v1.3.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlowCache

type FlowCache struct {
	OutFlows chan pb.Flow
	// contains filtered or unexported fields
}

FlowCache caches flows to be exported. Evicts flows from the cache for: - lack of resources: cache has reached maxFlows capacity - active timeout: flow has been cached longer than activeTimeout.

func NewFlowCache

func NewFlowCache(
	activeTimeout time.Duration,
	maxFlows int,
	outFlows chan pb.Flow,
) *FlowCache

func (*FlowCache) CacheFlow

func (c *FlowCache) CacheFlow(ctx context.Context, flow pb.Flow) error

CacheFlow aggregates and caches the given flow.

func (*FlowCache) Close

func (c *FlowCache) Close() error

Close closes this flow cache's channels.

func (*FlowCache) Run

func (c *FlowCache) Run(ctx context.Context, logger *zap.Logger) error

Run manages the flow cache by evicting expired flows and processing new flows.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL