Another newbie to GAE & objectify question.
I have a Game entity
player1
player2
gameOutcome
gameDate
gameDetails
etc
I need to query based on player and game outcome, then sort the returned (1 - 400 items) by date. The list ( a summary of each game) will be displayed 15 at a time. I need to save the sorted list to both get to the next page to be displayed and to a details page for each game. the memcache can have the Game instances but is there anyway to get the sorted list to persist somewhere ?