Expand description
Cache implementation
Structs§
- Cache
Stats - Context
- The context of which references have already been seen.
This should only be used in the implementation of the
deep_size_of_children
function, and (eventually, when this reaches 0.2) will not be able to be constructed, and only obtained from inside the function. - Lance
Cache - Sized
Record - Weak
Lance Cache - A weak reference to a LanceCache, used by indices to avoid circular references. When the original cache is dropped, operations on this will gracefully no-op.
Traits§
- Cache
Key - Deep
Size Of - A trait for measuring the size of an object and its children
- Unsized
Cache Key