Spatial Cache
SpatialCache is cache server written entirely in python. It has been designed to be flexible and powerful.
Even it has been designed to work with a WMS as backend, it can be used beyond this scope without any trouble. You can use it as a general purpose cache if you want. Think of it as a small squid, that show it's true power when serving WMS requests.
The multithreaded architecture makes it safe and scalable. GET request have been optimized to be incredibly fast. POST requests allows you to seed different zoom levels of a given request adding only a single param (Ex.: ZOOM=1,3,5-8). DELETE requests are used to clean folders using params filters hierarchy that you have defined.
The code is released under LGPL: http://code.google.com/p/spatialcache/

