| Index: appengine/findit/lib/cache_decorator.py
|
| diff --git a/appengine/findit/lib/cache_decorator.py b/appengine/findit/lib/cache_decorator.py
|
| index d708844968d960d9415ee45e1b6b333c680e11bc..07ffcb5e0af8a364b6261fd666ec313e07428b1d 100644
|
| --- a/appengine/findit/lib/cache_decorator.py
|
| +++ b/appengine/findit/lib/cache_decorator.py
|
| @@ -47,6 +47,7 @@ import zlib
|
| from google.appengine.api import memcache
|
|
|
|
|
| +# TODO(katesonia): Change this to a better name, e.g. Cache.
|
| class Cacher(object):
|
| """An interface to cache and retrieve data.
|
|
|
|
|