Skip to content

Instantly share code, notes, and snippets.

@andresrc
Created August 17, 2012 18:03
Show Gist options
  • Save andresrc/3381164 to your computer and use it in GitHub Desktop.
Save andresrc/3381164 to your computer and use it in GitHub Desktop.
Instantiate Bocas memory repositories
/* On-heap repository. */
Bocas heap = BocasServices.memory();
/* Off-heap repository. */
Bocas direct = BocasServices.direct();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment