North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

Feature Flag for Caching /users, clear cache on POST #204

Closed unicornsleuth closed 3 years ago

unicornsleuth commented 3 years ago

Changes cache key from "users" to "users:all" Whenever a POST is made to /users, the users:all cache will be deleted Adds Feature Flag to enable/disable caching

unicornsleuth commented 3 years ago

Text from PR: What this PR Does:

To Test:

unicornsleuth commented 3 years ago

Researching, coding, testing, & writing PR: 4 hrs 30 mins