[jQuery] does selectors $ cache?

[jQuery] does selectors $ cache?


does selectors cache? for example, if I do $('#myid') twice, does it
search through the document twice for myid?