Added
- Support for MongoDB cache: `MongoCache`.
- Support for Authorization header in `cache.cached` decorator.
- Support for JSON body in `cache.cached` decorator.
- Support for dynamic `Request` and `Response` parameters names in the function signature.
Fixed
- Issue with json parsing of MemCache results.
Changed
- `default_timeout` in RedisCache from 150 to 300.
- Updated README file with more examples.