Class DataStorage


  • public class DataStorage
    extends Object
    • Constructor Detail

      • DataStorage

        public DataStorage()
    • Method Detail

      • get

        public static Object get​(String key)
        Gets the.
        Parameters:
        key - the key
        Returns:
        the object
      • set

        public static void set​(String key,
                               Object value)
        Sets the.
        Parameters:
        key - the key
        value - the value
      • destroy

        public static void destroy()
        Destroy.