Versions in this module Expand all Collapse all v0 v0.1.0 Nov 11, 2024 v0.0.1 Aug 31, 2024 Changes in this version + func JoinBytes(bytes ...interface{}) []byte + func SysFreeMemory() float64 + type CacheMap struct + func NewCache[T any]() CacheMap[T] + func (cache *CacheMap[T]) DelOld(cacheTime time.Duration) + func (cache *CacheMap[T]) Get(key string) (T, error) + func (cache *CacheMap[T]) Set(key string, value T, err error)