m

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/${project.artifactId}
The Apache License, Version 2.0
Guillermo Grandes
大版本 版本 最近更新
1.0 1.0.0 2016-02-19 08:59:13
共1条记录