Skip to main content

Short for wraps cache. A method cache system base on method Decorators.

Project description

wrapcache:wrap cache, python方法装饰器缓存系统。

wrapcache: Short for wraps cache. A Function / Method OUTPUT cache system base on function Decorators.

GitHub: https://github.com/hustcc/wrapcache

特点

  • 兼容各种版本的python,包括python2和python3的个版本;

  • 使用方便:一个装饰器放到方法的头部即可缓存该方法;

  • 配置简单:cache指定缓存方式、timeout指定缓存过期时间;

  • MIT 授权协议;

安装说明

代码对 Python 2/3 均兼容

  1. 全自动安装: easy_install wrapcache 或者 pip install wrapcache / pip3 install wrapcache

  2. 半自动安装:先下载 https://pypi.python.org/pypi/wrapcache/ ,解压后运行 python setup.py install

  3. 手动安装:将 jieba 目录放置于当前目录或者 site-packages 目录

通过 import wrapcache 来引用

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page