Package com.cib.yym.homepage.common

Examples of com.cib.yym.homepage.common.CacheManager.updateCache()


      {
        accessToken = temp.optString("access_token");
        uid = temp.optString("uid");
       
        CacheManager cache = CacheManagerFactory.getCacheManager();           
              cache.updateCache(CacheManager.MAP_WEIBO_CONFIG, "accessToken", accessToken);
             
        //TODO
        /**
         * 表示Weibo用户认证成功
         * 1. 如果用户在系统中已经有关联的siteuser账号,则将其保存到session中,认为是已登录用户
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.