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 <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to