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