MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / CacheArc

Class CacheArc

src/aero_kernel/src/fs/cache.rs:50–50  ·  view source on GitHub ↗

NOTE: We require a custom wrapper around [`Arc`] and [`Weak`] since we need to be able to move the cache item from the used list to the unused list when the cache item is dropped. This would require us to implement a custom drop handler implementation.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected