Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AtlasCache #639

Merged
merged 3 commits into from
Sep 24, 2023
Merged

Add AtlasCache #639

merged 3 commits into from
Sep 24, 2023

Conversation

bolsinga
Copy link
Owner

  • It reads from disk while initialized.
  • It writes to disk with each value added.
  • @NSCodingCodable wraps CLPlacemark so it is Codable to JSON
  • Values expire, and are "staggered" in their expiration so they do not all happen on the same day after expiring.
  • Fixes Disk Cache for Location Geocodes #238

- It reads from disk while initialized.
- It writes to disk with each value added.
- @NSCodingCodable wraps CLPlacemark so it is Codable to JSON
- Values expire, and are "staggered" in their expiration so they do not all happen on the same day after expiring.
- Fixes #238
@bolsinga bolsinga merged commit 535d333 into main Sep 24, 2023
1 check passed
@bolsinga bolsinga deleted the ImproveCache branch September 24, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disk Cache for Location Geocodes
1 participant