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

https://github.com/evolution-gaming/metered-scaffeine

scaffeine cache integrated with dropwizzard metrics and support for scala ExecutionContext
https://github.com/evolution-gaming/metered-scaffeine

caffeine scala

Last synced: 6 months ago
JSON representation

scaffeine cache integrated with dropwizzard metrics and support for scala ExecutionContext

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/evolution-gaming/metered-scaffeine.svg)](https://travis-ci.org/evolution-gaming/metered-scaffeine) [![Coverage Status](https://coveralls.io/repos/evolution-gaming/metered-scaffeine/badge.svg)](https://coveralls.io/r/evolution-gaming/metered-scaffeine) [ ![version](https://api.bintray.com/packages/evolutiongaming/maven/metered-scaffeine/images/download.svg) ](https://bintray.com/evolutiongaming/maven/metered-scaffeine/_latestVersion)

# metered-scaffeine
Scaffeine cache integrated with Prometheus metrics and support for scala ExecutionContext

## Installation
```scala
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

libraryDependencies += "com.evolutiongaming" %% "metered-scaffeine" % "3.13"
```