pub async fn create_cache(
cache_config: &CacheConfig,
redis_config: &RedisConfig,
) -> Result<SharedCache>Expand description
从配置创建共享缓存实例
pub async fn create_cache(
cache_config: &CacheConfig,
redis_config: &RedisConfig,
) -> Result<SharedCache>从配置创建共享缓存实例