Sure, override refresh()? Yes, call refresh() to make it run when you want.
On Wed, Jul 18, 2012 at 1:31 AM, Matt Mitchell <[email protected]> wrote: > Thanks Sean. This makes sense. I'll see how far I can get with the > anonymous user. I wonder, is there any way to hook into when the > refresh happens? I know that the File based model will watch for > incremental file additions and run, but can you refresh manually? > Asking because, maybe I could keep a local, in-memory cache of > anonyomous user prefs, which I could use until the refresh includes > the new user data? If the refresh includes a user present in the > in-memory cache, then I would remove it. > >
