Caching could be extremely useful for both Host and Guest users;
- (possibly) minimizing the number of network requests the Host hast to make (though at the cost of cache IO) is ideal
- seeing if Guests can fulfill their own requests from local cache (like if they page back and forth in their search a bunch) before making the Host redo work would also be excellent
Caching could be extremely useful for both Host and Guest users;