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

Value cache functionality #562

Closed
YevgeniyShunevych opened this issue Oct 20, 2021 · 0 comments
Closed

Value cache functionality #562

YevgeniyShunevych opened this issue Oct 20, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

The functionality that adds component value caching. This feature is aimed to increase performance of subsequent component value access requests, especially for ControlList items.

UsesValueCacheAttribute

Specifies whether the component value cache mechanic should be used. Caches a value of a component when it is requested at first time, then returns the cached value on further scope requests.

@YevgeniyShunevych YevgeniyShunevych added this to the 1.13.0 milestone Oct 20, 2021
@YevgeniyShunevych YevgeniyShunevych self-assigned this Oct 20, 2021
YevgeniyShunevych added a commit that referenced this issue Oct 20, 2021
- #562 Value cache functionality.
- #554 Scope cache functionality.
- #554 Scope cache functionality.
- #557 Table column header texts cache functionality.
- #561 New `UsesCacheAttribute`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant