Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tharwaninitin/cache4s

Scala interface to Java caffeine library.
https://github.com/tharwaninitin/cache4s

Last synced: about 2 months ago
JSON representation

Scala interface to Java caffeine library.

Awesome Lists containing this project

README

        

# Cache4S
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Tests](https://github.com/tharwaninitin/cache4s/actions/workflows/tests.yml/badge.svg)](https://github.com/tharwaninitin/cache4s/actions/workflows/tests.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.tharwaninitin/cache4s_2.12/badge.svg)](https://mvnrepository.com/artifact/com.github.tharwaninitin/cache4s)
[![javadoc](https://javadoc.io/badge2/com.github.tharwaninitin/cache4s_2.12/javadoc.svg)](https://javadoc.io/doc/com.github.tharwaninitin/cache4s_2.12)
[![codecov](https://codecov.io/gh/tharwaninitin/cache4s/branch/main/graph/badge.svg?token=81WH80052S)](https://codecov.io/gh/tharwaninitin/cache4s)

**Cache4S** is a caching library in Scala based on Java caffeine library.
## Scala Version Compatibility Matrix
| Scala 2.12 | Scala 2.13 | Scala 3.1 |
|:--------------------:| -----------:| ----------:|
| ✅ | ✅ | ✅ |

Add the latest release as a dependency to your project

[![Latest Version](https://maven-badges.herokuapp.com/maven-central/com.github.tharwaninitin/cache4s_2.12/badge.svg)](https://mvnrepository.com/artifact/com.github.tharwaninitin/cache4s)

__SBT__
```
libraryDependencies += "com.github.tharwaninitin" %% "cache4s" % "x.x.x"
```
__Maven__
```

com.github.tharwaninitin
cache4s_2.12
x.x.x

```