watson-cache

Caching strategies for the web.


Keywords
watson, python3, web, framework, wsgi, cache, memcached
License
Other
Install
pip install watson-cache==1.1.0

Documentation

Watson-Cache

A collection of cache storage mechanisms that act like a dict.

Currently supporting:

  • Memory
  • File
  • Memcache

Also contains a decorator that can be used within the watson-framework package.

For full documentation please see Read The Docs.

Build Status

Build Status Coverage Status Version Downloads Licence

Installation

pip install watson-cache

Dependencies

  • watson-common
  • watson-di (for test coverage, and decorator usage)
  • python3-memcached

Todo

  • Add SqlAlchemy based storage
  • Add Redis based storage