https://github.com/ckampfe/lru
a least recently used cache
https://github.com/ckampfe/lru
Last synced: 9 months ago
JSON representation
a least recently used cache
- Host: GitHub
- URL: https://github.com/ckampfe/lru
- Owner: ckampfe
- License: mit
- Created: 2018-04-27T04:36:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T01:09:08.000Z (about 8 years ago)
- Last Synced: 2025-03-27T16:22:00.107Z (about 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lru
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `lru` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:lru, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/lru](https://hexdocs.pm/lru).