package
0.0.0-20240823035857-8588dec2f0b8
Repository: https://github.com/bagashiz/portfolio.git
Documentation: pkg.go.dev

# Functions

NewCache creates a new cache based on the provided configuration.

# Structs

Config represents the configuration for a cache.
* * The Inmem type uses go-cache to cache data in memory.
* * The Redis type represents a Redis or other compatible in-memory cache.

# Interfaces

The Cache interface provides a way to interact with an in-memory cache.