Interface CacheResults

  • All Superinterfaces:
    MonitorResults

    public interface CacheResults
    extends MonitorResults
    The interface CacheResults represents the result of a cache retrieval.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • get

        Caches get​(int i)
        Returns the Caches object at the specified index.
        Parameters:
        i - the index of a Caches object
        Returns:
        the Caches object at the specified index.
      • size

        int size()
        Returns the number of Caches in the current collection.
        Returns:
        the number of Caches in the collection.
      • item

        Caches item​(java.lang.String projectDSSID)
        Returns the Caches object by the specified project DSSID. Caches are aggregated at the project level.
        Parameters:
        projectDSSID - the project DSSID.
        Returns:
        the Caches object
      • isServerLevel

        boolean isServerLevel()
        Returns flag for control fetching caches on IServer level or not.