- Add `cache_control()` decorator and its underlying middleware. (Pull 19)
0.2.0
Added
- Add `cached()` decorator. (Pull 15)
0.1.1
Added
- Add `DEBUG` and `TRACE` logs. (Pull 14)
0.1.0
Added
- Add `CacheMiddleware`. (Pull 8) - Prevent caching of responses that have cookies when the request has none. (Pull 9) - Prevent caching of responses if the cache TTL is zero. (Pull 10)