Interface CacheDetails

  • All Superinterfaces:
    Cache

    public interface CacheDetails
    extends Cache
    The interface CacheDetails contains the detailed information of a cache.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getDataLocale

        java.util.Locale getDataLocale()
        Returns the data locale
        Returns:
        the data locale
      • getFileName

        java.lang.String getFileName()
        Returns the persisted cache file name
        Returns:
        the persisted cache file name
      • getWaitingList

        java.lang.String getWaitingList()
        Returns the list of jobs waiting on this cache
        Returns:
        the list of jobs waiting on this cache
      • getLastLoadTime

        java.util.Date getLastLoadTime()
        Returns the last load time for the cache
        Returns:
        the last load time for the cache