jbjd / Image-Viewer-In-Python

Lightweight Image Viewer written in Python
1 stars 0 forks source link

Cache Bust #4

Closed jbjd closed 3 months ago

jbjd commented 4 months ago

Cache never is cleared unless the user scrolls to a cached image that was deleted/edited. Some way of clear cache, perhaps least recently added via some linked list, would be good

jbjd commented 3 months ago

Added in most recent commit with an OrderedDict implementation