pub type StreamEntry = (String, Vec<(String, String)>);
Optional trait for cache backends that support event streaming
StreamEntry
(id, fields)
Vec<(key, value)>