Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3420)

Unified Diff: appengine/findit/lib/cache_decorator.py

Issue 2456603003: [Predator] Add local cache for get command output. (Closed)
Patch Set: Rebase. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/findit/util_scripts/local_cache.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | appengine/findit/util_scripts/local_cache.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698