s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

REST API caching subsystem #14

Open s-kostyuk opened 7 years ago

s-kostyuk commented 7 years ago

Implement a module for caching of API responses.

It must to analyze 'last_updated' field of cached resourses, calculate ETags (or generate some other value that can be used as ETag) and set corresponding HTTP headers

s-kostyuk commented 6 years ago

Can be implemented using dogpile.cache and some code for ETag formation