Provides a simple LRU cache class in Python.
authorhayato@chromium.org <hayato@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 01:12:53 +0000 (01:12 +0000)
committerhayato@chromium.org <hayato@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 01:12:53 +0000 (01:12 +0000)
commitf566950d66f87ccfa0bfae5a90aaa827e8f5892f
treef5c9b797950aabd2d4c44f69461c00d1f5fb8077
parent400be5f99736190e278ea4e01098c658413981ef
Provides a simple LRU cache class in Python.

https://bugs.webkit.org/show_bug.cgi?id=67823

Patch by Ai Makabi <makabi@google.com> on 2011-09-21
Reviewed by Tony Chang.

* Scripts/webkitpy/common/lru_cache.py:
* Scripts/webkitpy/common/lru_cache_unittest.py:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95928 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/common/lru_cache.py [new file with mode: 0644]
Tools/Scripts/webkitpy/common/lru_cache_unittest.py [new file with mode: 0644]