-
Committer:
John Arbash Meinel
-
Date:
2009-09-09 19:32:27 UTC
-
mto:
(4634.52.16 2.0)
-
mto:
This revision was merged to the branch mainline in
revision
4738.
-
Revision ID:
john@arbash-meinel.com-20090909193227-fd07kyduo1ty0d81
If we are going to sometimes use a dict, we have to conform to just the dict interface.
We were using Cache.add() when really we can just use Cache[foo] = bar