pub async fn wrap_with_file_cache<T, S>(
state_store: &S,
event_cache_store: T,
cache_path: PathBuf,
passphrase: &str,
) -> Result<FileEventCacheStore<T>, EventCacheStoreError>
pub async fn wrap_with_file_cache<T, S>(
state_store: &S,
event_cache_store: T,
cache_path: PathBuf,
passphrase: &str,
) -> Result<FileEventCacheStore<T>, EventCacheStoreError>