Implement LRU cache with maximum cache size #1

Open
opened 2025-06-16 16:56:28 +00:00 by namenlos · 0 comments
Owner

Currently entries never get expunged from the cache. The server should implement an LRU cache with a size limit, that will remove the oldest entries when the cache fills up.

Currently entries never get expunged from the cache. The server should implement an LRU cache with a size limit, that will remove the oldest entries when the cache fills up.
namenlos self-assigned this 2025-06-16 16:57:05 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: namenlos/enex-rcache#1
No description provided.