Interface CacheDetails
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.LocalegetDataLocale()Returns the data localejava.lang.StringgetFileName()Returns the persisted cache file namejava.util.DategetLastLoadTime()Returns the last load time for the cachejava.lang.StringgetWaitingList()Returns the list of jobs waiting on this cache- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.CachegetCacheSourceID, getCacheSourceName, getConnectionCouples, getCreationTime, getCreator, getDBConnections, getDBLogins, getDBRoles, getExpirationTime, getHistoricHitCount, getHitCount, getID, getLastHitTime, getLastUpdateTime, getLocale, getLoginCouples, getProjectDSSID, getProjectName, getPromptAnswers, getSecurityFilters, getStatus, getType, getUser, hasDetails, size
 
- 
 
- 
- 
- 
Method Detail- 
getDataLocalejava.util.Locale getDataLocale() Returns the data locale- Returns:
- the data locale
 
 - 
getFileNamejava.lang.String getFileName() Returns the persisted cache file name- Returns:
- the persisted cache file name
 
 - 
getWaitingListjava.lang.String getWaitingList() Returns the list of jobs waiting on this cache- Returns:
- the list of jobs waiting on this cache
 
 - 
getLastLoadTimejava.util.Date getLastLoadTime() Returns the last load time for the cache- Returns:
- the last load time for the cache
 
 
- 
 
-