Skip to content

Instantly share code, notes, and snippets.

@jbowes
Created October 1, 2012 16:04
Show Gist options
  • Save jbowes/3812712 to your computer and use it in GitHub Desktop.
Save jbowes/3812712 to your computer and use it in GitHub Desktop.
PoolManager poolManager;
Refresher refresher = poolManager.refresher(lazy);
refresher.addOwner(someOwner);
refresher.addOwner(someOtherOwner);
refresher.addProduct(product1);
refresher.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment