White scenery @showyou, hatena

If you have any comments, you may also send twitter @shsub or @showyou.

Entries from 2010-02-12 to 1 day

werkzeug.Cache, memcached

werkzeugはeasy_installで入れた.http://werkzeug.pocoo.org/documentation/dev/contrib/cache.html >>> from werkzeug.contrib.cache import SimpleCache >>> d = SimpleCache(default_timeout = 60) >>> d.set("bar", "1") >>> d.get("bar") '1' (1min af…