@CacheName("blogList") List<Blog> blogList = Blog.dao.find("select * from blog"); render("blog.html");