Skip to content

Commit

Permalink
Merge branch 'main' of github.com:malvads/easy-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Feb 27, 2024
2 parents 60c1727 + 140f00e commit d06cb06
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
Expand Up @@ -7,6 +7,9 @@
[![Tests](https://github.com/malvads/easycache/actions/workflows/tests.yml/badge.svg)](https://github.com/malvads/easycache/actions/workflows/tests.yml)
[![Build](https://github.com/malvads/easycache/actions/workflows/build.yml/badge.svg)](https://github.com/malvads/easycache/actions/workflows/build.yml)
</p>

Maybe not the best caching system, but its a caching system :)

EasyCache is an in-memory cache system for Ruby designed for situations where you don't want to set up Redis or Memcached but still need a simple solution for caching key-value data.

## Install
Expand Down

0 comments on commit d06cb06

Please sign in to comment.