This document summarizes a presentation about building a negative lookup caching translator for GlusterFS. The presentation demonstrates adding caching functionality to speed up lookups by caching previous misses. It shows the steps to hook the translator together, build it, configure it, debug it, and test its performance. Finally, it briefly introduces glupy, a new project for writing GlusterFS translators in Python, and demonstrates a Python implementation of the negative lookup cache.