Package 

Interface StoragePlugin

    • Method Summary

      Modifier and Type Method Description
      abstract <T> void save(int type, T t)
      abstract <T> T get(int type)
      abstract <T> T get(int type, T t)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • save

         abstract <T> void save(int type, T t)
      • get

         abstract <T> T get(int type, T t)