Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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" %
```