Skip to main content

create_cache

Function create_cache 

Source
pub async fn create_cache(
    cache_config: &CacheConfig,
    redis_config: &RedisConfig,
) -> Result<SharedCache>
Expand description

从配置创建共享缓存实例