Tag Archives: ifragman

Using Memcache with Google App Engine (GAE/J)

A simple beginning — Fragman iPhone Application
Memcache provides convenience to store a frequent query in memory, so that you don’t have to make the same execution over and over again. For the iPhone application I build (Fragman), I build a GAE/J backend for managing movie names, IMDB URLs, thumb images, video files, etc. It interacts [...]