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

#170 refactor(jsonapi): cache class instances #171

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

joorei
Copy link
Collaborator

@joorei joorei commented Jun 13, 2024

The DefaultProcessorConfig can be used to create default instances of necessary utility classes.
However, its getter methods may be called multiple times, warranting a caching to avoid the creation
of equal instances.

Refs: #170

The `DefaultProcessorConfig` can be used to create
default instances of necessary utility classes.
However, its getter methods may be called multiple
times, warranting a caching to avoid the creation
 of equal instances.

Refs: demos-europe#170
@joorei joorei added good first issue Good for newcomers quality improvement Enhancement of existing features labels Jun 13, 2024
@joorei joorei added this to the 0.27.0 milestone Jun 13, 2024
@joorei joorei self-assigned this Jun 13, 2024
@joorei joorei marked this pull request as ready for review June 13, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers quality improvement Enhancement of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant