Thank you Katayoon.

On Mon, 20 Aug 2018 at 18:27, 'Katayoon (Cloud Platform Support)' via
Google App Engine <google-appengine@googlegroups.com> wrote:

> My assumption is that you mean to update and read a hard-coded file in
> your app? If so, and if you have more than one instance of your app, there
> is no guarantee if you could fetch the same data (means your assumption is
> correct).
>
> Note that the cache
> <https://cloud.google.com/appengine/docs/standard/python/memcache/> is
> global and is shared across the application's frontend, backend, and all of
> its services and versions. Session data
> <https://cloud.google.com/appengine/docs/standard/python/memcache/#when_to_use_a_memory_cache>
> is a good candidates for caching, however values can expire from the
> memcache at any time.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/b66c830b-395c-4e66-b0be-2dea4e3bca45%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/b66c830b-395c-4e66-b0be-2dea4e3bca45%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CANamN%2B6WM4Gws2hdbhhmipVkdzP56UsFjjUky10bLqZm7D6mZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengin... 'Dennis Yurkevich' via Google App Engine
    • [google-app... 'Katayoon (Cloud Platform Support)' via Google App Engine
      • Re: [go... 'Dennis Yurkevich' via Google App Engine
        • Re:... 'Katayoon (Cloud Platform Support)' via Google App Engine
          • ... 'Dennis Yurkevich' via Google App Engine

Reply via email to