1. List<Blog> blogList = CacheKit.get("blog", "blogList", new IDataLoader(){
    2. return Blog.dao.find("select * from blog");
    3. setAttr("blogList", blogList);
    4. }