public interface

CacheDetails

implements Cache
com.microstrategy.web.objects.admin.monitors.CacheDetails

Class Overview

The interface CacheDetails contains the detailed information of a cache.

Summary

Public Methods
abstract Locale getDataLocale()
Returns the data locale
abstract String getFileName()
Returns the persisted cache file name
abstract Date getLastLoadTime()
Returns the last load time for the cache
abstract String getWaitingList()
Returns the list of jobs waiting on this cache
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.monitors.Cache

Public Methods

public abstract Locale getDataLocale ()

Returns the data locale

Returns
  • the data locale

public abstract String getFileName ()

Returns the persisted cache file name

Returns
  • the persisted cache file name

public abstract Date getLastLoadTime ()

Returns the last load time for the cache

Returns
  • the last load time for the cache

public abstract String getWaitingList ()

Returns the list of jobs waiting on this cache

Returns
  • the list of jobs waiting on this cache