cb372 / scalacache   0.28.0

Website GitHub

Simple caching in Scala

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 0.6

cacheable-core 0.1


Group ID:
com.github.cb372
Artifact ID:
cacheable-core_2.10
Version:
0.1
Release Date:
Nov 17, 2013
Licenses:
Files:

libraryDependencies += "com.github.cb372" %% "cacheable-core" % "0.1"

Mill build tool

ivy"com.github.cb372::cacheable-core:0.1"

Scala CLI

//> using dep "com.github.cb372::cacheable-core:0.1"

Ammonite REPL

import $ivy.`com.github.cb372::cacheable-core:0.1`

<dependency>
  <groupId>com.github.cb372</groupId>
  <artifactId>cacheable-core_2.10</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.cb372', name: 'cacheable-core_2.10', version: '0.1'