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