fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

Fix: browsers caching data longer than 'expire'

Open grzracz opened this issue 3 years ago • 0 comments

For memcached, TTL is returned as const of 3600. For caches below that amount, stale data keeps being served.

grzracz avatar Dec 15 '21 13:12 grzracz