An open API service indexing awesome lists of open source software.

https://github.com/ggrandes/memoizer

Agnostic Cache in Java. If you call the function again with the same arguments, memoize return value out from cache, instead of compute again.
https://github.com/ggrandes/memoizer

cache java memoize

Last synced: 5 months ago
JSON representation

Agnostic Cache in Java. If you call the function again with the same arguments, memoize return value out from cache, instead of compute again.

Awesome Lists containing this project