# 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.
# Interfaces
ClientI is the interface for the cache.