else
{
// See if we should pin this new state to any old state
String pinnedToken = (String)
context.getExternalContext().getRequestMap().get(_PINNED_STATE_TOKEN_KEY);
token = cache.addNewEntry(pageState,
stateMap,
pinnedToken);
}
}
// If we got the "applicationViewCache", we're using it.