GNOME Bugzilla – Bug 597167
[ShellAppSystem] Cache applications for a menu
Last modified: 2009-10-02 23:31:00 UTC
Rather than recomputing this each time someone asks, have a cache of the apps for a given menu.
Created attachment 144633 [details] [review] [ShellAppSystem] Cache applications for a menu
Makes sense to me. * Traverses a toplevel menu, and returns all items under it. Nested items - * are flattened. + * are flattened. This value is cached. Can you change "This value is cached." to something like "The results are cached and returned if the function is called for the same menu again."