Java Mailing List Archive

http://www.gg3721.com/

Home » users.tapestry »

tacos @Cached in t4

michael lim

2008-09-06

Replies: Find Java Web Hosting

Author LoginPost Reply
in my page, i do like below, but when i press refresh F5 on page, i keep on
getting database hit. when using cached, aren't it not suppose to call
getFromDB() for subsequent call ?


@Cached
public String getGenerateMenuCached() {


    return dao.getFromDb();
  }




//in my dao
public String getFromDB(){

System.out.println("hit db");
}


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.