//! Provides thread-safe, concurrent cache implementations.
pub use crate;
pub use ;
/// Provides extra methods that will be useful for testing.
// Empty internal struct to be used in optionally_get_with to represent the None
// results.
pub ;