public interface StoragePlugin
abstract <T> void
save(int type, T t)
abstract <T> T
get(int type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract <T> void save(int type, T t)
abstract <T> T get(int type)