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

Adds a cacheInstanciatedViews property to SC.ContainerView #1439

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicolasbadia
Copy link
Member

Implement a simplier version of the cachedViewLimit property from #1037

It just add a cacheInstanciatedViews property which will cache views instanciated by the container when set to true (which is the default).
As I believe an SC.ContainerView as a limited number of child, I believe this setting is far from enough.

@mauritslamers
Copy link
Member

I don't completely get what this achieves exactly. As far as I know, the containerView will used cached views as long as the views to display are contained in an SC.Page object. What does this solve on top of the SC.Page based caching?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants