[CacheStorage] Garbage collect unreferenced caches

If a cache fails to be deleted for some reason on CacheStorage.delete,
then its directory may stick around even though it can no longer be
referenced. This CL adds a garbage collection step on CacheStorage
initialization that deletes any unreferenced caches.

BUG=547110

Review URL: https://codereview.chromium.org/1421863002

Cr-Commit-Position: refs/heads/master@{#356065}
3 files changed