cs446-group18 / project

DelayWise is a flight delay prediction and monitoring tool for passengers and airport staff.
1 stars 0 forks source link

Implementing Caching Layer using Proxy Design Pattern; Limiting the Rate of API calls when no API token is provided #30

Closed jtz15 closed 1 year ago

jtz15 commented 1 year ago

Planning to have 2 layers of caching:

They should be entirely transparent (it should be possible to call the flight API directly from the device, bypassing any caching layers, and get the exact same result)