Skip to main content

write_versioned

Function write_versioned 

Source
pub async fn write_versioned(
    store: &dyn CacheStore,
    key: &str,
    version: u64,
    value: Value,
    ttl_secs: Option<u64>,
) -> Result<()>
Expand description

Store value under key tagged with version.