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.

Лицензия

Лицензия

Группа

Группа

org.javastack
Идентификатор

Идентификатор

memoizer
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/ggrandes/memoizer

Скачать memoizer

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.0