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

Use memory cache for car properties instead of car Dto #1786

Open
pkuehnel opened this issue Jan 27, 2025 · 0 comments
Open

Use memory cache for car properties instead of car Dto #1786

pkuehnel opened this issue Jan 27, 2025 · 0 comments
Labels
backend Backend related enhancement New feature or request prio:critical

Comments

@pkuehnel
Copy link
Owner

One class to gather values, on get check if memory value exists, if yes, use it, if not, try getting data from database. On saving values to database, Overwrite SaveChangesAsync and add the values to save to memory cache.

@pkuehnel pkuehnel added this to the OCPP Integration milestone Jan 27, 2025
@pkuehnel pkuehnel added enhancement New feature or request backend Backend related prio:critical labels Jan 27, 2025
@pkuehnel pkuehnel changed the title Use memory cache for car properties Use memory cache for car properties instead of car Dto Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related enhancement New feature or request prio:critical
Projects
None yet
Development

No branches or pull requests

1 participant