caffeine


License

License

Categories

Categories

Scala Languages Caffeine Data Caching
GroupId

GroupId

com.github.cb372
ArtifactId

ArtifactId

scalacache-caffeine_2.11
Last Version

Last Version

0.28.0
Release Date

Release Date

Type

Type

jar
Description

Description

caffeine
caffeine
Project URL

Project URL

https://github.com/cb372/scalacache
Project Organization

Project Organization

com.github.cb372
Source Code Management

Source Code Management

https://github.com/cb372/scalacache

Download scalacache-caffeine_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.cb372/scalacache-caffeine_2.11/ -->
<dependency>
    <groupId>com.github.cb372</groupId>
    <artifactId>scalacache-caffeine_2.11</artifactId>
    <version>0.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cb372/scalacache-caffeine_2.11/
implementation 'com.github.cb372:scalacache-caffeine_2.11:0.28.0'
// https://jarcasting.com/artifacts/com.github.cb372/scalacache-caffeine_2.11/
implementation ("com.github.cb372:scalacache-caffeine_2.11:0.28.0")
'com.github.cb372:scalacache-caffeine_2.11:jar:0.28.0'
<dependency org="com.github.cb372" name="scalacache-caffeine_2.11" rev="0.28.0">
  <artifact name="scalacache-caffeine_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cb372', module='scalacache-caffeine_2.11', version='0.28.0')
)
libraryDependencies += "com.github.cb372" % "scalacache-caffeine_2.11" % "0.28.0"
[com.github.cb372/scalacache-caffeine_2.11 "0.28.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.github.cb372 : scalacache-core_2.11 jar 0.28.0
com.github.ben-manes.caffeine : caffeine jar 2.7.0

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.8

Project Modules

There are no modules declared in this project.

ScalaCache

Join the chat at https://gitter.im/cb372/scalacache

Build Status Maven Central

A facade for the most popular cache implementations, with a simple, idiomatic Scala API.

Use ScalaCache to add caching to any Scala app with the minimum of fuss.

The following cache implementations are supported, and it's easy to plugin your own implementation:

Documentation

Documentation is available on the ScalaCache website.

Compatibility

ScalaCache is available for Scala 2.11.x, 2.12.x, and 2.13.x.

The JVM must be Java 8 or newer.

Compiling the documentation

To make a change to the documentation:

  1. Make sure that memcached is running on localhost:11211
  2. Perform the desired changes
  3. Run sbt doc/makeMicrosite

Versions

Version
0.28.0
0.27.0
0.26.0
0.25.0
0.24.3
0.24.2
0.24.1
0.24.0
0.23.0
0.22.0
0.21.0
0.20.0
0.10.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2