Short for wraps cache. A Function / Method OUTPUT cache system base on function Decorators.
wrapcache is a decorator that enables caching of return values for functions. The cache keys are dependent completely on the arguments passed to the function. very simple to use.