{
super.callReadAction("getStreamsUserIsFollowing", request, new OnSuccessCommand<PagedSet<ModelView>>()
{
public void onSuccess(final PagedSet<ModelView> response)
{
Session.getInstance().getEventBus().notifyObservers(new GotPersonFollowingResponseEvent(response));
}
}, useClientCacheIfAvailable);
}