[google-appengine] Re: How long does JCache instance stay alive?

2010-03-01 Thread xcdesz
e most useful - its > saved more hits on the origin datasource) > > On 26 February 2010 13:51, xcdesz wrote: > > > Thanks -- that is useful to know.  Do you know if there is a maximum > > expiration time -- for example, if I set expiration to something like > > 4-

[google-appengine] Re: How long does JCache instance stay alive?

2010-02-26 Thread xcdesz
gt; shared by all instances (if you have multiple running), and does > survive JVM restarts. > > On 25 February 2010 20:49, xcdesz wrote: > > > I am confused about how JCache works with Google's cloud, and have > > some basic questions that I havent been able to find answ

[google-appengine] How long does JCache instance stay alive?

2010-02-25 Thread xcdesz
I am confused about how JCache works with Google's cloud, and have some basic questions that I havent been able to find answers for.. Suppose I am using JCache to store query results (i.e; a list of blog postings), so that users do not have to hit the datastore when initially logging on to a site.