ankitshahit / autonomous-drone

An implementation to control multiple drone simultaneously & autonomously.
4 stars 1 forks source link

Cache implementation: static content #36

Open ankitshahit opened 6 years ago

ankitshahit commented 6 years ago

We would need to implement strategy for caching static files as long as possible. Cache should only require an update i.e is request new files from server only when there's a change in file or it's a new request.