is not current version
Last Version 1.0.1

com.whirlycott:whirlycache 0.7.1

Whirlycache is a fast, configurable in-memory object cache for Java. It can be used, for example, to speed up a website or an application by caching objects that would otherwise have to be created by querying a database or by another expensive procedure. From the testing that we have done, it appears to be faster than any other Java cache that we have been able to inspect.

GroupId

GroupId

com.whirlycott
ArtifactId

ArtifactId

whirlycache
Version

Version

0.7.1
Type

Type

jar

Download whirlycache 0.7.1


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