[roll] Roll fuchsia [blobfs] Remove the cache policy

This hardcodes the behaviour of the never evict cache policy.

The evict immediately cache policy isn't used in production. Evict
immediately was used in tests to make sure that reading a recently
written blob was actually doing read operations and not hitting cached
data. The writing of blobs was changed a while ago to never keep around
the blob contents making evict immediately unnecessary.

Original-Bug: b/457767807
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1480256
Original-Revision: 4f25a0352700e138ff207ad59014aa1306ddfc97
GitOrigin-RevId: bf4637f457abac8ac0f58a28d26e2c8c55a9af7f
Change-Id: I3850345fb56fdc3ccb67b7f656457c2de2fca7dc
1 file changed
tree: fa5c8b31d8dbf70cdfa7ab593377d112e42f32e8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.