Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tharwaninitin/cache4s
- Owner: tharwaninitin
- License: apache-2.0
- Created: 2022-01-10T20:40:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T19:03:24.000Z (almost 3 years ago)
- Last Synced: 2023-07-01T00:08:42.852Z (over 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
# 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```