org.javastack:memoizer

Agnostic Cache. Memoize a function makes it faster by caching the return values of the function; If you call the function again with the same arguments, memoize gives you the value out of the cache, instead of letting the function compute the value all over again.

License

License

GroupId

GroupId

org.javastack
ArtifactId

ArtifactId

memoizer
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.javastack:memoizer
Agnostic Cache. Memoize a function makes it faster by caching the return values of the function; If you call the function again with the same arguments, memoize gives you the value out of the cache, instead of letting the function compute the value all over again.
Project URL

Project URL

https://github.com/ggrandes/memoizer

Download memoizer

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0