Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajozwik/fast-cache
Scala wrapper for scaffeine cache with stale fast data
https://github.com/ajozwik/fast-cache
Last synced: about 2 months ago
JSON representation
Scala wrapper for scaffeine cache with stale fast data
- Host: GitHub
- URL: https://github.com/ajozwik/fast-cache
- Owner: ajozwik
- License: mit
- Created: 2023-09-21T16:35:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-31T13:10:17.000Z (about 1 year ago)
- Last Synced: 2023-12-15T10:00:22.885Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-cache
[![Scala CI](https://github.com/ajozwik/fast-cache/actions/workflows/scala.yml/badge.svg)](https://github.com/ajozwik/fast-cache/actions/workflows/scala.yml)
[![Coverage Status](https://coveralls.io/repos/github/ajozwik/fast-cache/badge.svg?branch=master)](https://coveralls.io/github/ajozwik/fast-cache?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4c70d8b812914b44ab7f398a49c1c533)](https://www.codacy.com/app/ajozwik/fast-cache?utm_source=github.com&utm_medium=referral&utm_content=ajozwik/fast-cache&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/ajozwik/fast-cache/graph/badge.svg?token=f5DwN4hYmt)](https://codecov.io/gh/ajozwik/fast-cache)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.ajozwik/fast-cache_2.13.svg?label=latest%20release%20for%202.13)](http://search.maven.org/#search|ga|1|g%3A%22com.github.ajozwik%22%20AND%20a%3A%22fast-cache_2.13%22)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.ajozwik/fast-cache_3.svg?label=latest%20release%20for%203)](http://search.maven.org/#search|ga|1|g%3A%22com.github.ajozwik%22%20AND%20a%3A%22fast-cache_3%22)Add to your project:
```
libraryDependencies += "com.github.ajozwik" %% "fast-cache" %
```