use crateKeyHash;
pub
pub
/// BufferEvent::Full signifies that a buffer in the [`crate::cache::pool::Pool`] is full
/// and the consumer should accepts the buffer, called draining.
/// During the event of cache shutdown, the consumer of the buffer needs to be shutdown.
/// Buffer::Shutdown signals the consumer of the buffer to shutdown.
/// Currently, `crate::cache::policy::admission_policy::AdmissionPolicy` is the consumer of the buffer.