Skip to main content

Crate uselesskey_core_cache

Crate uselesskey_core_cache 

Source
Expand description

Deprecated compatibility shim for cache primitives.

Prefer uselesskey-core; cache mechanics are now owned by uselesskey_core::srp::cache.

Structs§

ArtifactCache
Cache keyed by ArtifactId that stores typed values behind Arc<dyn Any>.

Functions§

downcast_or_panic
Downcast a cached Any value to the expected fixture type.