Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created October 19, 2015 05:00
Show Gist options
  • Select an option

  • Save cosbor11/9607a1c3eb4298c5bdab to your computer and use it in GitHub Desktop.

Select an option

Save cosbor11/9607a1c3eb4298c5bdab to your computer and use it in GitHub Desktop.
onyx initialize cache manager
PersistenceManagerFactory factory = new CacheManagerFactory(); //1
factory.setCredentials("username", "password"); //2
factory.initialize(); //3
PersistenceManager manager = factory.getPersistenceManager(); //4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment