Timeline for Contextual Implementation Overhead vs Redundancy
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 7, 2022 at 7:11 | vote | accept | FinalFortune | ||
| May 20, 2022 at 14:52 | comment | added | Ewan | not sure what you mean, just include the id in the cache key "Locations_London", "Locations_Paris" | |
| May 20, 2022 at 10:14 | comment | added | FinalFortune | Yes not sure why I didn't think of this, but if I were to access this data offline or from the local cache. this data would essentially still need the connection information to look up on this list. What local caching service or application can help me to do this without having to change my models? | |
| Apr 23, 2022 at 13:10 | comment | added | Thomas Junk |
Yes. Implementation wise I would go for a List<Location> and a Dictionary<Location, Data> if grouping by location is necessary.
|
|
| Apr 23, 2022 at 8:37 | history | answered | Ewan | CC BY-SA 4.0 |