fastapi-redis-cache
fastapi-redis-cache copied to clipboard
eTag generation should be optional and configured via a global setting AND a setting per-endpoint
- eTag generation should be "on" by default
- Controlled by a value provided to the
FastApiRedisCache.init()method (this Is the "global" setting) - Can also be configured per-endpoint by a value provided to the
@cachedecorator - The value provided to
@cacheoverrides the global setting