pub fn set_cache_prefix(prefix: String)
设置缓存 key 前缀
prefix
use fbc_starter::cache::set_cache_prefix; set_cache_prefix("dev".to_string());