Skip to content

feat(cache): create supervisor cache #160

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

janbritz
Copy link
Contributor

Closes #157

Es gibt nun die LRUCacheSupervisor- und LRUCache-Klasse. Der LRUCacheSupervisor ist dafür zuständig die LRU-Dateien zu löschen, sobald das Cache-Limit erreicht ist. Der LRUCache fungiert hier haupsächlich als Proxy und sollte genutzt werden, um Daten zu cachen.

@janbritz janbritz requested review from MartinGauk and MHajoha June 24, 2025 12:50
@janbritz janbritz force-pushed the feat/cache-supervisor branch from a7721f3 to 0f4ee06 Compare June 24, 2025 13:15
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.

Zentrales Cache Handling
1 participant