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