Releases: farseer-go/cacheMemory
Releases · farseer-go/cacheMemory
v0.8.0
1. 修改:TTL时间入参改为cache.Option参数传入
2. 新增:缓存时间策略
v0.2.0
- 调整:抽象出ICacheManager接口,并注册到容器中
- 调整:增加Lock锁
- 调整:重新设计缓存模块
- 调整:SetProfiles函数返回cache.ICacheManage[TEntity]类型
- 调整:EnableItemNullToLoadALl重命名为EnableItemNullToLoadAll
- 调整:time.After方式,避免内存泄露