Files
sdk/pkg/analysis_server/lib
Konstantin Shcheglov 89eabc8083 Evict from FileByteStore by the total cache size in bytes.
Limit the size in Analysis Server to 1 GiB.

Ideally we would need to in constructor all files by access time.
But requesting stats is much more expensive than just length :-(

R=brianwilkerson@google.com, paulberry@google.com
BUG=

Review URL: https://codereview.chromium.org/2492933002 .
2016-11-14 08:53:32 -08:00
..