Add a separate GeneratedCodeCache to decouple HttpCache and metadata
Storing the generated code for javascript resources in a separate cache gives more flexibility in the implementation of the code cache.More details in the design doc [1] This cl just adds the GeneratedCodeCache class but does not use it yet. There will be follow up cls to actually use the cache. [1] https://docs.google.com/document/d/1O_PVZPn37Ev3_DWJjQLX-gid__OKxnXP1UsE8g_YkRY/edit?usp=sharing Bug: chromium:812168 Change-Id: I04b709d8e443217f8235859731e75fdf94c62971 Reviewed-on: https://chromium-review.googlesource.com/1107703 Commit-Queue: Mythri Alle <mythria@chromium.org> Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#576453}
Showing
This diff is collapsed.
Please register or sign in to comment