Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2025 Changes in this version + func JoinBytes(bytes ...any) []byte + func SysFreeMemory() float64 + func ToNumber[T interface{ ... }](val interface{}) T + func ToString[T interface{ ... }](val interface{}) T + 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)