Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 525505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:40:44+00:00 2026-05-13T08:40:44+00:00

The title asks it all. The content on the site I’m building wont change

  • 0

The title asks it all. The content on the site I’m building wont change very quickly at all and so Memcache could potentially store data for months except for when I put up an update. Is there a way to make it clear the cache every time I deploy the site? I’m using the Python runtime.

Update 1

Using jldupont‘s answer I put the following code in my main request handling script…

Update 2

I’ve switched to the method mentioned by Koen Bok in the selected answer’s comments and prefixed all my memcache keys with os.environ['CURRENT_VERSION_ID']/ with the helpful code in the answer‘s 2nd update. This solution seems to be much more elegant than the function I posted before.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T08:40:44+00:00Added an answer on May 13, 2026 at 8:40 am

    Have you tried flush_all() function? Docs here. You’ll need a bit of logic & state to detect a new deployment or have a special script to perform the flushing.

    Updated: look at the absolute path of one of your script: this changes on every deployment. You can use http://shell.appspot.com/ to experiment:

      import sys
      sys.path
    

    [‘/base/python_dist/lib/python25.zip’,
    ‘/base/python_lib/versions/third_party/django-0.96’,
    ‘/base/python_dist/lib/python2.5/’,
    ‘/base/python_dist/lib/python2.5/plat-linux2’,
    ‘/base/python_dist/lib/python2.5/lib-tk’,
    ‘/base/python_dist/lib/python2.5/lib-dynload’,
    ‘/base/python_lib/versions/1’,
    ‘/base/data/home/apps/shell/1.335852500710379686/’]

    Look at the line with /shell/1.335852500710379686/.

    So, just keep a snapshot (in memcache 😉 of this deployment state variable and compare in order to effect a flushing action.

    Updated 2: as suggested by @Koen Bok, the environment variable CURRENT_VERSION_ID can be used also (part of the absolute path to script files also).

     import os
     os.environ["CURRENT_VERSION_ID"]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All, As the title asks, is it possible to change the __get__ method of
As the title asks, what's the difference between Stop Debugging and Terminate All in
Title asks it all, actually, but still, for completeness sake: Hi, I'm writing a
Title asks it all... I want to do a multi field - phrase search
As the title asks, Where in the database does Umbraco store its version information?
The title asks it all. I have found an example that looked something like
Title kinda asks it all. I'm not referring to $_REQUEST , $_SERVER and all
The question asks Display the names of all employees whose job title is the
The title pretty much asks the whole question - How can I clear ONLY
Like it asks in the title, can I disable related list hover links on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.