Class MPDataSetCache


  • public class MPDataSetCache
    extends java.lang.Object
    • Method Detail

      • getCacheItem

        public MPDataSetCacheItem getCacheItem()
        Returns the MPDataSetCacheItem associated with this MPDataSetCache For now a 1-to-1 relation between MPDataSetCache and MPDataSetCacheItems exists but in future versions it will be possible to have a 1-to-n relation.
        Returns:
        MPDataSetCacheItem for the cache
      • getDataSetId

        @NonNull
        public java.lang.String getDataSetId()
        Returns the id of the DataSet (this will be the same as the solutionId)
        Returns:
        Dataset id (Solution id)
      • getSolutionId

        public java.lang.String getSolutionId()
        Returns the solution id for this MPDataSetCache (The de facto ID for the MPDataSetCache) see getDataSetId().
        Returns:
        SolutionId
      • getFileCache

        @NonNull
        public com.mapsindoors.mapssdk.FileCache getFileCache()
        Returns the FileCache associated with this MPDataSetCache The FileCache contains information about the filesystem references for the items in this cache.
        Returns:
        FileCache object