mezmorize: A python function memoization library heavily inspired by Flask-Cache. License mezmorize is distributed under the BSD License. Environment Variables CACHE_DIR: the directory your cache will be stored in. The default is the following python code: os.path.abspath(os.path.dirname(__file__))