Skip to content

wuknet/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cache

golang实现的内存缓存

用golang实现的一个非常简单用内存实现缓存的应用

详细了解可查看 https://887d.com

创建或更改缓存 SetCache("变量名","内容",超时时间/秒)

获取缓存 content:=GetCache("变量名")

删除缓存 DelCache("变量名")

怎么样,简单吧

About

golang实现的内存缓存

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages