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.
Homepage POM file JAR file Javadoc'org.javastack:memoizer:1.0.0'