Search found 1 match

by ethanscott
Tue Jun 05, 2018 7:50 am
Forum: General Questions
Topic: How to speed up the lookup for a ui element?
Replies: 7
Views: 1685

Re: How to speed up the lookup for a ui element?

Hi, I'm not quite sure, if there is a way to globally disable cache for all (already generated) repo elements? I think you will have to do it element by element. The code to disable cache looks like this: repo.FolderName.UseCache=false; Enabled cache should improve the speed of search for element. ...