package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# Functions

BuildAgentKey creates a cache key by joining the constant AgentCachePrefix and path elements passed as arguments.
NewBasicCache Creates new BasicCache.

# Constants

AgentCachePrefix is the common root to use to prefix all the cache keys for any value regarding the Agent.
NoExpiration maps to go-cache corresponding value.

# Variables

Cache provides an in-memory key:value store similar to memcached.

# Structs

BasicCache is a simple threadsafe cache.