rename pool to buffer (#56)
This commit is contained in:
@@ -52,8 +52,8 @@ impl Set {
|
||||
&self.value
|
||||
}
|
||||
|
||||
/// Get the expires
|
||||
pub(crate) fn expire(&self) -> Option<Duration> {
|
||||
/// Get the expire
|
||||
pub fn expire(&self) -> Option<Duration> {
|
||||
self.expire
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user