Skip to content

Commit

Permalink
[-] added test & doc badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh committed Oct 4, 2024
1 parent f3b62e1 commit 5c38041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<p align="center"><img src="https://github.com/user-attachments/assets/1038467d-6058-4227-8a59-cf29b847fb2b" alt="incache gopher" width="256px"/></p>

[![](https://github.com/naughtygopher/incache/actions/workflows/go.yml/badge.svg)](https://github.com/naughtygopher/incache/actions)
[![](https://godoc.org/github.com/nathany/looper?status.svg)](http://godoc.org/github.com/naughtygopher/incache)

# In _app_ Cache

Incache is a minimal in-app cache package. It uses `github.com/hashicorp/golang-lru/v2` for the underlying [LRU](https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU) and storage.
Expand Down

0 comments on commit 5c38041

Please sign in to comment.