Files
Enes Cakir 0f51fab55c Exclude uncommitted cache entries when cleaning up cache storage
In the caching workflow, the client first reserves the cache and then
commits it.

The size of the cache entry is set when committing the cache in certain
cases.

If we clean up the cache storage while a cache entry is reserved but not
committed, it fails with the following error because the size is nil:

    TypeError: nil can't be coerced into Integer
2024-11-28 15:54:12 +03:00
..