Cashew


A lightweight caching library for Java

Cashew is a lightweight cache library for use in Java applications and servers. It allows intuitive access to data in an object-oriented cache with minimal overhead.

Cashew is still in beta

More features, support, and a guide will be available soon


Download and import

You can easily import Cashew in your project using Maven or Gradle:

Maven:

<dependency>
  <groupId>com.raylabz</groupId>
  <artifactId>cashew</artifactId>
  <version>0.3.3</version>
</dependency>

Gradle:

implementation 'com.raylabz:cashew:0.3.3'

Documentation

View the documentation.


License

Cashew is released under the Apache license.


Source code

You can find the source code at the project's repository here.


Bug reporting

Please report bugs here.