DESCR 679 B

123456789101112
  1. TileCache provides a Python-based WMS-C/TMS server, with pluggable
  2. caching mechanisms and rendering backends. In the simplest use case,
  3. TileCache requires only write access to a disk, the ability to run
  4. Python CGI scripts, and a WMS you want to be cached. With these
  5. resources, you can create your own local disk-based cache of any WMS
  6. server, and use the result in any WMS-C supporting client, like
  7. OpenLayers, or any TMS supporting client, like OpenLayers and worldKit.
  8. Note that you might need py-paste if you want to use Tilecache through
  9. WSGI or FastCGI, and/or py-memcached if you plan to use a Memcached
  10. caching backend. See http://tilecache.org/docs/README for details.