# Packages
Package filecache provides an implementation of prototransform.Cache that is based on the file system.
Package memcache provides an implementation of prototransform.Cache that is backed by a memcached instance: https://memcached.org/.
Package rediscache provides an implementation of prototransform.Cache that is backed by a Redis instance: https://redis.io/.