Created
October 19, 2015 05:00
-
-
Save cosbor11/9607a1c3eb4298c5bdab to your computer and use it in GitHub Desktop.
onyx initialize cache manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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