Skip to content

Commit

Permalink
Tweak README slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
vcschapp committed Nov 24, 2022
1 parent b3cf329 commit c079b0d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# policy-lru

A very simple LRU cache in GoLang supporting Go generics and defining
your own custom eviction policies.
A simple LRU cache in GoLang with custom evicton policies and Go
generics support.

Use It If You Want
==================

1. A lightweight LRU with no external dependencies.
1. A lightweight least recently used ("LRU") cache with no external
dependencies.
2. Go 1.18 generics.
3. To define your own eviction policy, for example only evict from the
cache when consumed memory or disk space exceeds some threshold.
Expand Down Expand Up @@ -55,4 +56,4 @@ The borrowed code is licensed under the

Developer happiness on this project was boosted by JetBrains' generous donation
of an [open source license](https://www.jetbrains.com/opensource/) for their
lovely GoLand IDE. ❤
lovely GoLand IDE. ❤

0 comments on commit c079b0d

Please sign in to comment.