pub type CacheOpFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;
Future type for cache set/remove/clear operations
pub struct CacheOpFuture<'a> { /* private fields */ }