7.5 CacheKit public void list() { List<Blog> blogList = CacheKit.get("blog", "blogList", new IDataLoader(){ return Blog.dao.find("select * from blog"); }}); render("blog.html");}