You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: