import "github.com/docker/docker/daemon/logger/loggerutils/cache"
const ( // DriverName is the name of the driver used for local log caching DriverName = local.Name )
MergeDefaultLogConfig reads the default log opts and makes sure that any caching related keys that exist there are added to dst.
ShouldUseCache reads the log opts to determine if caching should be enabled
WithLocalCache wraps the passed in logger with a logger caches all writes locally in addition to writing to the passed in logger.
Package cache imports 7 packages (graph) and is imported by 2 packages. Updated 2021-01-25. Refresh now. Tools for package owners.