}
}
public static void cacheOLAP_TIME_TREE() {
if (CacheProvider.cacheValid) {
OLAPManagementService oLAPManagementService = (OLAPManagementService) StorageService.ctx
.getBean("oLAPManagementService");
if (oLAPManagementService != null) {
OperResult resultInfo = oLAPManagementService.queryAllTime();
if (resultInfo.isSUCCEED()) {
CacheProvider.setObject(OLAP_TIME_TREE, resultInfo);
}
}