# Packages
Package aememcache provides App Engine memcache cache that implements cache.Cacher interface.
Package memory provides in-memory cache that implements cache.Cacher interface.
Package redis provides Redis cache that implements cache.Cacher interface.
# Functions
UnaryClientInterceptor returns a new unary client interceptor that caches gRPC calls of the Cloud Datastore using Cacher.
# Interfaces
Cacher is the interface implemented by an object that manages the cache.