Interface DataStore

    • Method Detail

      • close

        void close()
        Close the store releasing associated system resources
      • size

        int size()
        Get the number of entries in the store
      • getStoreUsage

        int getStoreUsage()
        Get the store usage amount (%) (Ratio of used space over currently allocated space)
      • getAbsoluteStoreUsage

        int getAbsoluteStoreUsage()
        Get the absolute store usage amount (%) (Ratio of used space over maximum allocatable space)