-
Committer:
John Arbash Meinel
-
Date:
2007-11-16 23:53:17 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3027.
-
Revision ID:
john@arbash-meinel.com-20071116235317-uymqhilped1rloqy
Implement LRUCache.get() which acts like dict.get()
so that we can return a default if the key isn't present.