Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@aide-cloud aide-cloud released this 27 Sep 07:48
· 4 commits to main since this release
feat(cache): 添加默认缓存实现与基础接口

引入了一个新的默认缓存实现及相应的基础接口ICacher。该实现目前支持Close、Delete、Exist、Get、Set、SetNX、Inc和Dec方法,每个方法都提供了基础的空操作。此新增为缓存系统提供了一个基本的骨架,为后续的特性和优化奠定了基础。