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
- Host: GitHub
- URL: https://github.com/evolution-gaming/metered-scaffeine
- Owner: evolution-gaming
- License: apache-2.0
- Created: 2017-03-08T16:07:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:29:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T17:44:27.013Z (over 1 year ago)
- Topics: caffeine, scala
- Language: Scala
- Size: 51.8 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/evolution-gaming/metered-scaffeine) [](https://coveralls.io/r/evolution-gaming/metered-scaffeine) [  ](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"
```