package
0.1.4
Repository: https://github.com/hyp3rd/hypercache.git
Documentation: pkg.go.dev

# Functions

NewLoggingMiddleware returns a new LoggingMiddleware.
NewStatsCollectorMiddleware returns a new StatsCollectorMiddleware.

# Structs

LoggingMiddleware is a middleware that logs the time it takes to execute the next middleware.
StatsCollectorMiddleware is a middleware that collects stats.

# Interfaces

Logger describes a logging interface allowing to implement different external, or custom logger.