Examples of garbageSweep()


Examples of net.sf.joafip.service.IFilePersistence.garbageSweep()

      session.setObject("key", new EmptyClass());
      session.close(EnumFilePersistenceCloseAction.SAVE);

      printState(filePersistence);

      filePersistence.garbageSweep("runtime/set");

      printState(filePersistence);

      session.open();
      session.getObject("key");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.