Skip to content Skip to sidebar Skip to footer
Showing posts with the label Caching

Memcached: Auto-discovery Python Support On Aws Elasticache?

I started to use AWS Elasticache with my django web app. I started by setting the cache location to… Read more Memcached: Auto-discovery Python Support On Aws Elasticache?

Removing Header From Cached Response With Nginx

I have NGINX running as a reverse proxy in front of a few Flask apps. I want to implement caching f… Read more Removing Header From Cached Response With Nginx

Get List Of Cache Keys In Django

I'm trying to understand how Django is setting keys for my views. I'm wondering if there… Read more Get List Of Cache Keys In Django

Google App Engine Edge Cache Not Working

I setup the google appengine edge cache before based on the following article. http://www.xyhd.tv/2… Read more Google App Engine Edge Cache Not Working

Clear Python Cachetools Manually

In this class I have a method which I cache its result using cachetools: from cachetools import cac… Read more Clear Python Cachetools Manually

Browser Caching Issues In Flask

I have built a website using flask (www.csppdb.com). Sometimes when I log in as one user, log out, … Read more Browser Caching Issues In Flask