Categorygithub.com/facily-tech/go-core/cache
modulepackage
1.0.0
Repository: https://github.com/facily-tech/go-core.git
Documentation: pkg.go.dev

# README

Cache

Cache is a lib to simplify the cache connection and trace it.

Installation

go get github.com/facily-tech/go-core/cache

# Functions

InitCache initializes the cache.

# Constants

CachePrefix is the prefix for the environment variables.

# Variables

ErrKeyMiss is the error returned when the key does not exist.

# Structs

Client is the interface for the cache.

# Interfaces

ClientI is the interface for the cache.