Expand description
Thread safe traits for generative cache stores.
Macros§
- A macro to be used by [
ambassador::Delegate
] to delegateThreadSafeGenCacheStore
- A macro to be used by [
ambassador::Delegate
] to delegateThreadSafeTryGenCacheStore
Structs§
- Infallible thread safe generative cache store wrapper around a
ThreadSafeCacheStore
and a generator function. - Fallible thread safe generative cache store wrapper around a
ThreadSafeTryCacheStore
and a generator function.
Traits§
- Infalible thread safe generative cache store. This trait is HIGHLY discouraged for the reasons explained in
thread_safe
- Falible thread safe generative cache store.