Skip to content

jonstacks/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache

CI GoDoc codecov

Various caching implementations for go.

TimedText

The cache.TimedText is particularly useful for storing a map[string]string where the keys should expire after a given duration. It also provides a nice benefit of allowing for efficiently appending to a keys existing text.

Testing

You can test by running make test.

Dependencies

So far, there are no install dependencies outside of the standard lib. There are currently testing dependencies to reduce the amount of testing code.

About

Cache implementations in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published