package
0.1.91
Repository: https://github.com/kevin-zx/goinfrastructure.git
Documentation: pkg.go.dev

# Functions

NewMemCache if defaultExpireTime equals 0, the cache data with defaultExpireTime will not be check whether expire if defaultClearExpireTime equals 0, all cache will not check expire Mem cache is thread safe.

# Interfaces

MemCache is used by manager to store and retrieve key value data.