ah OK.

Do you know how much memcache memory each app can use before values
start being evicted?
The quota page lists the daily rate as 10GB, but not the size.



On Oct 29, 4:32 pm, ryan baldwin <ryanbald...@gmail.com> wrote:
> That is incorrect. The value can be ejected from Memcache at any time. As
> some of the Googlers have stated in the groups, you should not design your
> applications to depend on a persistent cache.
>
> - ryan.
>
>
>
> On Wed, Oct 28, 2009 at 11:25 PM, Baron <richar...@gmail.com> wrote:
>
> > Hello,
>
> > If I store only a single int in my app memcache, how long can I expect
> > it so stay cached?
>
> > According to the docs "Values may be evicted from the cache when a new
> > value is added to the cache if the cache is low on memory."
> > So then in the case of my single int there should be no memory
> > problems and the data will last indefinitely. Is that right?
>
> > thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to