Module cache

Source
Expand description

Cache implementation

Structs§

CacheStats
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.
LanceCache

Traits§

CacheKey
DeepSizeOf
A trait for measuring the size of an object and its children
UnsizedCacheKey

Derive Macros§

DeepSizeOf