Skip to content

A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.

License

Notifications You must be signed in to change notification settings

viney-shih/go-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

go-cache

A library of mixed version of key:value store between in-memory cache and shared cache (i.e. Redis) for Go