Skip to content

watsonpy/watson-cache

Repository files navigation

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages