Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 957 Bytes

index.md

File metadata and controls

27 lines (20 loc) · 957 Bytes
layout title technologies
home
ScalaCache
first
Scala
As the name implies ScalaCache is written in Scala.

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:

Compatibility

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

The JVM must be Java 8 or newer.