commit | f89d965fa6da0fcfe503342160e25105c8e56513 | [log] [tgz] |
---|---|---|
author | Nicolas LaCasse <nlacasse@google.com> | Thu Sep 04 11:08:04 2014 -0700 |
committer | Nicolas LaCasse <nlacasse@google.com> | Thu Sep 04 11:08:06 2014 -0700 |
tree | 68ba9161d63a334e89224d07110d3034c9e50cdb | |
parent | 7f42427c84ea03fbebdee6217041737353097951 [diff] |
veyron/tools/playground: Add response caching to the playground. Uses an LRU cache (golang/groupcache/lru). Dependent on this CL: https://veyron-review.googlesource.com/#/c/4253/ Also implements a max size of 65k for both the program and response size. NOTE: This is the same CL as https://veyron-review.googlesource.com/#/c/4251/. That CL was merged before the groupcache dependency made it into third-party. It broke the build, and I reverted it. Now that the groupcache dependency is in third-party (https://veyron-review.googlesource.com/#/c/4253/), this CL should be good-to-go again. Change-Id: Ieeab07a49bddbca4e8243e3633828f0361a30ada