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
ThreadSafeCacheStoreand a generator function. - Fallible thread safe generative cache store wrapper around a
ThreadSafeTryCacheStoreand 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.