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

Add result caching to get operations #16

Open
kaisero opened this issue Apr 9, 2020 · 0 comments
Open

Add result caching to get operations #16

kaisero opened this issue Apr 9, 2020 · 0 comments

Comments

@kaisero
Copy link
Owner

kaisero commented Apr 9, 2020

Currently result caching is achieved using functools lru_cache without cache invalidation for get_id_by_name operations only. The goal is to enable caching by default and add memoization with integrated cache invalidation upon changes performed via create/update procedures.

@kaisero kaisero self-assigned this Apr 9, 2020
@kaisero kaisero removed their assignment Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant