Skip to content

ashiqYousuf/Gocache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementing an in-memory cache in Go

Create a dyanmic cacher lib which stores the key value pairs in the Memory. There are 2 implementations of it so far, one which stores the cache for the life time of the entire application (which may lead to memory issues also) & the other which using an exiry timer to remove the particular key value from the cache.

About

In memory caching system in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages