Skip to content

Repository files navigation

Cache

CIGoDoccodecov

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages