Skip to content

tomwei7/catcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Catcache

simple golang memory cache use lru

usage

// NewMultipleCache(maxLength, exprieIn)
cache := NewMultipleCache(1024, 60)
cache.Set(k, v)
cache.Get(k)

About

Golang memory cache

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages