Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

feat: move cleanup of temp cache states into a ScopeGuard #351

Merged
merged 3 commits into from
Feb 4, 2022
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Feb 2, 2022

and kill TilesCache's Deref to dashmap, since we now only expose get and insert
outside of the cache module

Closes #342

and kill TilesCache's Deref to dashmap, since we now only expose get and insert
outside of the cache module

Closes #342
@pjenvey pjenvey requested a review from a team February 2, 2022 01:09
Copy link
Member

@jrconlin jrconlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a cargo update should fix the audit err.

@jrconlin jrconlin merged commit 9122ec0 into main Feb 4, 2022
@jrconlin jrconlin deleted the feat/342 branch February 4, 2022 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve tile handler's cache cleanup
2 participants